Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/device_enqueue/
H A DDeviceEnqueueInternalTypes.h218 uint m_NeedLocalIDS; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_reflection_surface_tests.cpp1187 EXPECT_EQ(1u, kernelData->m_NeedLocalIDS); in TEST_P()
1189 EXPECT_EQ(0u, kernelData->m_NeedLocalIDS); in TEST_P()
1223 EXPECT_EQ(0u, kernelData->m_NeedLocalIDS); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp2148 kernelData->m_NeedLocalIDS = localIdRequired ? 1 : 0; in setKernelData()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/scheduler/
H A Dscheduler.cl2539 if( ( get_local_id( 0 ) < 16 ) & ( pBlockData->m_NeedLocalIDS != 0 ) )