Home
last modified time | relevance | path

Searched refs:getBorderColorStateSize (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dkernel_info.h91 size_t getBorderColorStateSize() const;
H A Dkernel_info.cpp96 size_t KernelInfo::getBorderColorStateSize() const { in getBorderColorStateSize() function in NEO::KernelInfo
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/device_queue/
H A Ddevice_queue_hw_skl_and_later.inl216 …ockIndex + i].setSamplerStatePointer(static_cast<uint32_t>(pBlockInfo->getBorderColorStateSize()));
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_reflection_surface_tests.cpp663 samplerStateAndBorderColorSize += pBlockInfo->getBorderColorStateSize(); in TEST_P()
1160 …vice(0)->getHardwareInfo()), Sampler::samplerStateArrayAlignment) + info.getBorderColorStateSize(); in TEST_P()
1214 …vice(0)->getHardwareInfo()), Sampler::samplerStateArrayAlignment) + info.getBorderColorStateSize(); in TEST_F()
1241 …vice(0)->getHardwareInfo()), Sampler::samplerStateArrayAlignment) + info.getBorderColorStateSize(); in TEST_F()
1270 …vice(0)->getHardwareInfo()), Sampler::samplerStateArrayAlignment) + info.getBorderColorStateSize(); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp1829 samplerStateAndBorderColorSize += pBlockInfo->getBorderColorStateSize(); in createReflectionSurface()
1861 …teArraySize(hwInfo), Sampler::samplerStateArrayAlignment) + pBlockInfo->getBorderColorStateSize()); in createReflectionSurface()
2124 …tateArraySize(hwInfo), Sampler::samplerStateArrayAlignment) + kernelInfo.getBorderColorStateSize(); in setKernelData()