Home
last modified time | relevance | path

Searched refs:setBufferSurfaceState (Results 1 – 8 of 8) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_kernel.h64 void setBufferSurfaceState(uint32_t argIndex, void *address,
128 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel_hw.h33 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr… in setBufferSurfaceState() function
H A Dkernel_imp.h72 …virtual void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *allo…
H A Dkernel_imp.cpp551 setBufferSurfaceState(argIndex, reinterpret_cast<void *>(val), allocation); in setArgBufferWithAlloc()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_5.cpp324 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr… in HWTEST2_F() function in L0::ult::HWTEST2_F::MockQueryKernelTimestampsKernel
409 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr… in HWTEST2_F() function in L0::ult::HWTEST2_F::MockQueryKernelTimestampsKernel
495 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr… in HWTEST2_F() function in L0::ult::HWTEST2_F::MockQueryKernelTimestampsKernel
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/
H A Dmodule_fixture.h128 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr… in setBufferSurfaceState() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/module/
H A Dtest_module.cpp132 kernelImp->setBufferSurfaceState(argIndex, devicePtr, gpuAlloc); in HWTEST2_F()
174 kernelImp->setBufferSurfaceState(argIndex, ptrOffset(devicePtr, offset), gpuAlloc); in HWTEST_F()
216 kernelImp->setBufferSurfaceState(argIndex, ptrOffset(devicePtr, offset), gpuAlloc); in HWTEST_F()
258 kernelImp->setBufferSurfaceState(argIndex, ptrOffset(devicePtr, offset), gpuAlloc); in HWTEST_F()
299 kernelImp->setBufferSurfaceState(argIndex, address, &mockGa); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/kernel/
H A Dtest_kernel.cpp1568 mockKernel.setBufferSurfaceState(0, buffer, &mockAllocation); in HWTEST2_F()
1603 mockKernel.setBufferSurfaceState(0, buffer, &mockAllocation); in HWTEST2_F()
1638 mockKernel.setBufferSurfaceState(0, buffer, &mockAllocation); in HWTEST2_F()
1643 …void setBufferSurfaceState(uint32_t argIndex, void *address, NEO::GraphicsAllocation *alloc) overr… in setBufferSurfaceState() function