Home
last modified time | relevance | path

Searched refs:D3DDDI_RESERVEGPUVIRTUALADDRESS (Results 1 – 9 of 9) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mock_gdi/
H A Dmock_gdi.cpp14 D3DDDI_RESERVEGPUVIRTUALADDRESS gLastCallReserveGpuVaArg = {0};
256 NTSTATUS __stdcall D3DKMTReserveGpuVirtualAddress(IN OUT D3DDDI_RESERVEGPUVIRTUALADDRESS *reserveGp… in D3DKMTReserveGpuVirtualAddress()
522 D3DDDI_RESERVEGPUVIRTUALADDRESS *getLastCallReserveGpuVaArg() { in getLastCallReserveGpuVaArg()
H A Dmock_gdi.h71 D3DDDI_RESERVEGPUVIRTUALADDRESS *getLastCallReserveGpuVaArg();
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dthk_wrapper.h59 GET_ID(D3DDDI_RESERVEGPUVIRTUALADDRESS *, SYSTIMER_ID_D3DDDI_RESERVEGPUVIRTUALADDRESS) in GET_ID()
H A Dgdi_interface.h56 ThkWrapper<IN OUT D3DDDI_RESERVEGPUVIRTUALADDRESS *> reserveGpuVirtualAddress{};
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/wddm/
H A Dconfigure_device_address_space_drm_or_wddm.cpp152 D3DDDI_RESERVEGPUVIRTUALADDRESS rangeDesc = {}; in ensureGpuAddressRangeIsReserved()
H A Dwddm.cpp472 D3DDDI_RESERVEGPUVIRTUALADDRESS reserveGpuVirtualAddress = {}; in reserveGpuVirtualAddress()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/os_interface/wddm_linux/
H A Dconfigure_device_address_space_drm_or_wddm_test.cpp110 D3DDDI_RESERVEGPUVIRTUALADDRESS receivedReserveGpuVaArgs = {};
126 NTSTATUS __stdcall reserveDeviceAddressSpaceMock(D3DDDI_RESERVEGPUVIRTUALADDRESS *arg) { in reserveDeviceAddressSpaceMock()
499 std::vector<D3DDDI_RESERVEGPUVIRTUALADDRESS> allReserveGpuVaArgs; in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/libdxg/include/
H A Dd3dukmdt.h1568 typedef struct D3DDDI_RESERVEGPUVIRTUALADDRESS struct
1595 } D3DDDI_RESERVEGPUVIRTUALADDRESS; argument
H A Dd3dkmthk.h5528 … NTSTATUS (APIENTRY *PFND3DKMT_RESERVEGPUVIRTUALADDRESS)(_Inout_ D3DDDI_RESERVEGPUVIRTUALADDRESS*);
5781 …return_ NTSTATUS APIENTRY D3DKMTReserveGpuVirtualAddress(_Inout_ D3DDDI_RESERVEGPUVIRTUALADDRESS*);