Lines Matching refs:sTmp
14 #define sTmp(i, j, ldw) sTmp[(j) * (ldw) + (i)] macro
37 T *sTmp = swork + batchid * (1 * Q); in magma_interp_2d_device() local
43 sTmp(0, j, sld) = rTmp; in magma_interp_2d_device()
52 T *sTmp = swork + batchid * (Q * P); in magma_interp_2d_device() local
56 rTmp += sTmp(tx, i, sld) * sT(i, j); in magma_interp_2d_device()
87 CeedScalar *sTmp = sT + BASIS_P * BASIS_Q; in __launch_bounds__() local
88 sTmp += ty * (BASIS_P * BASIS_MAX_P_Q); in __launch_bounds__()
96 read_U_2d<CeedScalar, BASIS_P, 1, BASIS_NUM_COMP, BASIS_P, 0>(dU, cstrdU, rU, sTmp, tx); in __launch_bounds__()
99 …<CeedScalar, 1, 1, BASIS_NUM_COMP, BASIS_P, BASIS_Q, BASIS_P, BASIS_Q>(sT, rU, rV, tx, rTmp, sTmp); in __launch_bounds__()
128 CeedScalar *sTmp = sT + BASIS_Q * BASIS_P; in __launch_bounds__() local
129 sTmp += ty * (BASIS_Q * BASIS_MAX_P_Q); in __launch_bounds__()
137 read_U_2d<CeedScalar, BASIS_Q, 1, BASIS_NUM_COMP, BASIS_Q, 0>(dU, cstrdU, rU, sTmp, tx); in __launch_bounds__()
140 …<CeedScalar, 1, 1, BASIS_NUM_COMP, BASIS_Q, BASIS_P, BASIS_Q, BASIS_P>(sT, rU, rV, tx, rTmp, sTmp); in __launch_bounds__()
169 CeedScalar *sTmp = sT + BASIS_Q * BASIS_P; in __launch_bounds__() local
170 sTmp += ty * (BASIS_Q * BASIS_MAX_P_Q); in __launch_bounds__()
178 read_U_2d<CeedScalar, BASIS_Q, 1, BASIS_NUM_COMP, BASIS_Q, 0>(dU, cstrdU, rU, sTmp, tx); in __launch_bounds__()
181 …<CeedScalar, 1, 1, BASIS_NUM_COMP, BASIS_Q, BASIS_P, BASIS_Q, BASIS_P>(sT, rU, rV, tx, rTmp, sTmp); in __launch_bounds__()