Lines Matching refs:is_active

184   bool      is_tensor = true, is_active = true;  in CeedOperatorBuildKernelFieldData_Cuda_gen()  local
193 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelFieldData_Cuda_gen()
275 if ((is_active && skip_active_load) || (is_collocated && !is_at_points)) { in CeedOperatorBuildKernelFieldData_Cuda_gen()
314 if ((is_active && skip_active_load) || (is_collocated && !is_at_points)) { in CeedOperatorBuildKernelFieldData_Cuda_gen()
330 } else if (is_active && skip_active_load) { in CeedOperatorBuildKernelFieldData_Cuda_gen()
346 } else if (is_active && skip_active_load) { in CeedOperatorBuildKernelFieldData_Cuda_gen()
357 } else if (is_active && skip_active_load) { in CeedOperatorBuildKernelFieldData_Cuda_gen()
1937 bool is_active = false; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
1945 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
1952 if (is_active) { in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
1988 bool is_active = false; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
1996 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
1999 if (!is_active) continue; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2017 bool is_active = false; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
2024 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2027 if (!is_active) continue; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2278 bool is_active = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
2284 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2287 if (is_active) { in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2515 bool is_active = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
2523 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2530 if (is_active) { in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2567 bool is_active = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
2573 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2576 if (is_active) { in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2627 bool is_active = false; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
2634 is_active = vec == CEED_VECTOR_ACTIVE; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()
2637 if (!is_active) continue; in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen()