Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mocks/
H A Dmock_kernel.h258 sshLocalSize = newSshSize; in setSshLocal()
429 using Kernel::sshLocalSize;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp201 sshLocalSize = heapInfo.SurfaceStateHeapSize; in initialize()
202 if (sshLocalSize) { in initialize()
203 pSshLocal = std::make_unique<char[]>(sshLocalSize); in initialize()
206 memcpy_s(pSshLocal.get(), sshLocalSize, in initialize()
786 return sshLocalSize; in getSurfaceStateHeapSize()
795 sshLocalSize = static_cast<uint32_t>(newSshSize); in resizeSurfaceStateHeap()
H A Dkernel.h580 uint32_t sshLocalSize = 0u; variable
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gtpin/
H A Dgtpin_tests.cpp2198 parentKernel->sshLocalSize = 64; in TEST_F()