Home
last modified time | relevance | path

Searched refs:localIDPresent (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_reflection_surface_tests.cpp1145 LocalIDPresent localIDPresent; in TEST_P() local
1148 std::tie(localIDPresent, privateSurfaceSize) = GetParam(); in TEST_P()
1150 info.setLocalIds({localIDPresent.x, localIDPresent.y, localIDPresent.z}); in TEST_P()
1151 info.kernelDescriptor.kernelAttributes.flags.usesFlattenedLocalIds = localIDPresent.flattend; in TEST_P()
1186 if (localIDPresent.flattend || localIDPresent.x || localIDPresent.y || localIDPresent.z) in TEST_P()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DMDFrameWork.h204 bool localIDPresent = false; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DBuiltInFuncImport.cpp1098 modMD->FuncMD[f].localIDPresent = true; in runOnModule()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DOpenCLKernelCodeGen.cpp1287 if (it->second.localIDPresent == true) in CreateAnnotations()