Home
last modified time | relevance | path

Searched defs:MockGraphicsAllocation (Results 1 – 2 of 2) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_graphics_allocation.h30 MockGraphicsAllocation() in MockGraphicsAllocation() function
33 MockGraphicsAllocation(void *buffer, size_t sizeIn) in MockGraphicsAllocation() function
36 MockGraphicsAllocation(void *buffer, uint64_t gpuAddr, size_t sizeIn) in MockGraphicsAllocation() function
39 MockGraphicsAllocation(uint32_t rootDeviceIndex, void *buffer, size_t sizeIn) in MockGraphicsAllocation() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_memory_manager_tests.cpp217 class MockGraphicsAllocation : public GraphicsAllocation { in TEST_F() class