Lines Matching refs:max_P_Q
92 CeedInt max_P_Q = CeedIntMax(P, Q); in CeedBasisApplyCore_Magma() local
96 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
102 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
106 shared_mem += num_t_col * (P * max_P_Q * sizeof(CeedScalar)); in CeedBasisApplyCore_Magma()
109 num_threads = max_P_Q * max_P_Q; in CeedBasisApplyCore_Magma()
113 shared_mem += sizeof(CeedScalar) * num_t_col * (CeedIntMax(P * P * max_P_Q, P * Q * Q)); in CeedBasisApplyCore_Magma()
169 CeedInt max_P_Q = CeedIntMax(P, Q); in CeedBasisApplyCore_Magma() local
173 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
179 num_threads = max_P_Q; in CeedBasisApplyCore_Magma()
183 shared_mem += sizeof(CeedScalar) * num_t_col * (P * max_P_Q); in CeedBasisApplyCore_Magma()
186 num_threads = max_P_Q * max_P_Q; in CeedBasisApplyCore_Magma()