Lines Matching refs:CeedIntMax
35 const CeedInt thread_1d = CeedIntMax(Q_1d, P_1d); in BlockGridCalculate_Hip_gen()
111 *max_dim = CeedIntMax(*max_dim, field_dim); in CeedOperatorBuildKernelData_Hip_gen()
115 *max_P = CeedIntMax(*max_P, field_P); in CeedOperatorBuildKernelData_Hip_gen()
119 *max_P_1d = CeedIntMax(*max_P_1d, field_P_1d); in CeedOperatorBuildKernelData_Hip_gen()
143 *max_dim = CeedIntMax(*max_dim, field_dim); in CeedOperatorBuildKernelData_Hip_gen()
147 *max_P = CeedIntMax(*max_P, field_P); in CeedOperatorBuildKernelData_Hip_gen()
151 *max_P_1d = CeedIntMax(*max_P_1d, field_P_1d); in CeedOperatorBuildKernelData_Hip_gen()
1011 code << tab << "CeedScalar *inputs[" << CeedIntMax(num_input_fields, 1) << "];\n"; in CeedOperatorBuildKernelQFunction_Hip_gen()
1020 code << tab << "CeedScalar *outputs[" << CeedIntMax(num_output_fields, 1) << "];\n"; in CeedOperatorBuildKernelQFunction_Hip_gen()
1514 …max_rstr_buffer_size = CeedIntMax(max_rstr_buffer_size, num_comp * (is_all_tensor && (max_dim >= 3… in CeedOperatorBuildKernel_Hip_gen()
1528 …max_rstr_buffer_size = CeedIntMax(max_rstr_buffer_size, num_comp * (is_all_tensor && (max_dim >= 3… in CeedOperatorBuildKernel_Hip_gen()
1872 …max_rstr_buffer_size = CeedIntMax(max_rstr_buffer_size, num_comp * (is_all_tensor && (max_dim >= 3… in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
1886 …max_rstr_buffer_size = CeedIntMax(max_rstr_buffer_size, num_comp * (is_all_tensor && (max_dim >= 3… in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2440 …max_rstr_buffer_size = CeedIntMax(max_rstr_buffer_size, num_comp * (is_all_tensor && (max_dim >= 3… in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()
2454 …max_rstr_buffer_size = CeedIntMax(max_rstr_buffer_size, num_comp * (is_all_tensor && (max_dim >= 3… in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen()