Lines Matching refs:thread_1d
35 const CeedInt thread_1d = CeedIntMax(Q_1d, P_1d); in BlockGridCalculate_Hip_gen() local
37 CeedInt elems_per_block = 64 * thread_1d > 256 ? 256 / thread_1d : 64; in BlockGridCalculate_Hip_gen()
40 block_sizes[0] = thread_1d; in BlockGridCalculate_Hip_gen()
44 const CeedInt elems_per_block = thread_1d < 4 ? 16 : 2; in BlockGridCalculate_Hip_gen()
46 block_sizes[0] = thread_1d; in BlockGridCalculate_Hip_gen()
47 block_sizes[1] = thread_1d; in BlockGridCalculate_Hip_gen()
50 const CeedInt elems_per_block = thread_1d < 6 ? 4 : (thread_1d < 8 ? 2 : 1); in BlockGridCalculate_Hip_gen()
52 block_sizes[0] = thread_1d; in BlockGridCalculate_Hip_gen()
53 block_sizes[1] = thread_1d; in BlockGridCalculate_Hip_gen()
1635 data->thread_1d = block_sizes[0]; in CeedOperatorBuildKernel_Hip_gen()
2098 data->thread_1d = block_sizes[0]; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2680 data->thread_1d = block_sizes[0]; in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()