Lines Matching refs:qf_fields

110   CeedQFunctionField *qf_fields;  in CeedOperatorSetupFields_Cuda()  local
116 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, &qf_fields, NULL, NULL)); in CeedOperatorSetupFields_Cuda()
119 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, NULL, NULL, &qf_fields)); in CeedOperatorSetupFields_Cuda()
140 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorSetupFields_Cuda()
159 CeedCallBackend(CeedQFunctionFieldGetSize(qf_fields[i], &size)); in CeedOperatorSetupFields_Cuda()
1135 CeedQFunctionField *qf_fields; in CeedOperatorAssembleDiagonalSetup_Cuda() local
1146 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, &qf_fields, NULL, NULL)); in CeedOperatorAssembleDiagonalSetup_Cuda()
1160 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorAssembleDiagonalSetup_Cuda()
1174 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, NULL, NULL, &qf_fields)); in CeedOperatorAssembleDiagonalSetup_Cuda()
1188 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorAssembleDiagonalSetup_Cuda()
1324 CeedQFunctionField *qf_fields; in CeedOperatorAssembleDiagonalSetupCompile_Cuda() local
1335 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, &qf_fields, NULL, NULL)); in CeedOperatorAssembleDiagonalSetupCompile_Cuda()
1347 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorAssembleDiagonalSetupCompile_Cuda()
1358 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, NULL, NULL, &qf_fields)); in CeedOperatorAssembleDiagonalSetupCompile_Cuda()
1370 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorAssembleDiagonalSetupCompile_Cuda()
1518 CeedQFunctionField *qf_fields; in CeedOperatorAssembleSingleSetup_Cuda() local
1531 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, &qf_fields, NULL, NULL)); in CeedOperatorAssembleSingleSetup_Cuda()
1551 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorAssembleSingleSetup_Cuda()
1566 CeedCallBackend(CeedQFunctionGetFields(qf, NULL, NULL, NULL, &qf_fields)); in CeedOperatorAssembleSingleSetup_Cuda()
1589 CeedCallBackend(CeedQFunctionFieldGetEvalMode(qf_fields[i], &eval_mode)); in CeedOperatorAssembleSingleSetup_Cuda()