Home
last modified time | relevance | path

Searched defs:localWorkSize2 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/kernel/
H A Dkernel_descriptor_from_patchtokens_tests.cpp1200 iOpenCL::SPatchDataParameterBuffer localWorkSize2[3] = {}; in TEST() local
1324 iOpenCL::SPatchDataParameterBuffer localWorkSize2[3] = {}; in TEST() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Ddispatch_walker_tests.cpp621 auto localWorkSize2 = kernel.getLocalWorkSize2Values(); in HWTEST_F() local
719 auto localWorkSize2 = kernel.getLocalWorkSize2Values(); in HWTEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Dpatchtokens_dumper_tests.cpp902 …SPatchDataParameterBuffer localWorkSize2[3] = {initDataParameterBufferToken(DATA_PARAMETER_LOCAL_W… in TEST() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/kernel/
H A Dkernel_descriptor.h223 …CrossThreadDataOffset localWorkSize2[3] = {undefined<CrossThreadDataOffset>, undefined<CrossThread… member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Dpatchtokens_decoder.h147 const SPatchDataParameterBuffer *localWorkSize2[3] = {}; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_tests.cpp2273 …auto &localWorkSize2 = pKernelInfo->kernelDescriptor.payloadMappings.dispatchTraits.localWorkSize2; in TEST_F() local
2284 …auto &localWorkSize2 = pKernelInfo->kernelDescriptor.payloadMappings.dispatchTraits.localWorkSize2; in TEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp2764 const auto &localWorkSize2 = getDescriptor().payloadMappings.dispatchTraits.localWorkSize2; in isLocalWorkSize2Patchable() local