Home
last modified time | relevance | path

Searched refs:surfaceStateHeapSize (Results 1 – 6 of 6) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device_queue/
H A Ddevice_queue_hw_tests.cpp539 …size_t surfaceStateHeapSize = HardwareCommandsHelper<FamilyType>::getSshSizeForExecutionModel(cons… in HWTEST2_P() local
541 …uto ssh = new IndirectHeap(alignedMalloc(surfaceStateHeapSize, MemoryConstants::pageSize), surface… in HWTEST2_P()
549 EXPECT_GE(surfaceStateHeapSize, usedAfterSSH - usedBeforeSSH); in HWTEST2_P()
567 …size_t surfaceStateHeapSize = HardwareCommandsHelper<FamilyType>::getSshSizeForExecutionModel(cons… in HWTEST2_P() local
569 …uto ssh = new IndirectHeap(alignedMalloc(surfaceStateHeapSize, MemoryConstants::pageSize), surface… in HWTEST2_P()
595 …size_t surfaceStateHeapSize = HardwareCommandsHelper<FamilyType>::getSshSizeForExecutionModel(cons… in HWTEST2_P() local
597 …uto ssh = new IndirectHeap(alignedMalloc(surfaceStateHeapSize, MemoryConstants::pageSize), surface… in HWTEST2_P()
632 auto surfaceStateHeapSize = in HWTEST2_P() local
634 …:make_unique<IndirectHeap>(alignedMalloc(surfaceStateHeapSize, MemoryConstants::pageSize), surface… in HWTEST2_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel.h54 uint32_t getSurfaceStateHeapSize() const { return surfaceStateHeapSize; } in getSurfaceStateHeapSize()
86 uint32_t surfaceStateHeapSize = 0; member
H A Dkernel_imp.cpp166 this->surfaceStateHeapSize = kernelInfo->heapInfo.SurfaceStateHeapSize; in initialize()
167 surfaceStateHeapTemplate.reset(new uint8_t[surfaceStateHeapSize]); in initialize()
169 memcpy_s(surfaceStateHeapTemplate.get(), surfaceStateHeapSize, in initialize()
170 kernelInfo->heapInfo.pSsh, surfaceStateHeapSize); in initialize()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/debugger/
H A Dtest_module_with_debug.cpp194 kernel.immutableData.surfaceStateHeapSize = 64; in TEST_F()
236 kernelMock.immutableData.surfaceStateHeapSize = 64; in TEST_F()
355 kernel.immutableData.surfaceStateHeapSize = 2 * sizeof(RENDER_SURFACE_STATE); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_kernel.h34 using ::L0::KernelImmutableData::surfaceStateHeapSize;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/kernel/
H A Dtest_kernel.cpp467 kernelMock.immutableData.surfaceStateHeapSize = 64; in TEST_F()