Home
last modified time | relevance | path

Searched refs:setReflectionSurfaceBlockBtOffset (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/device_queue/
H A Ddevice_queue_hw_skl_and_later.inl199 parentKernel->setReflectionSurfaceBlockBtOffset(i, static_cast<uint32_t>(btOffset));
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h316 void setReflectionSurfaceBlockBtOffset(uint32_t blockID, uint32_t offset);
H A Dkernel.cpp2621 void Kernel::setReflectionSurfaceBlockBtOffset(uint32_t blockID, uint32_t offset) { in setReflectionSurfaceBlockBtOffset() function in NEO::Kernel