Home
last modified time | relevance | path

Searched refs:GetCustomHeapProperties (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_common.h57 GetCustomHeapProperties(ID3D12Device *dev, D3D12_HEAP_TYPE type) in GetCustomHeapProperties() function
59 return dev->GetCustomHeapProperties(0, type); in GetCustomHeapProperties()
94 GetCustomHeapProperties(ID3D12Device *dev, D3D12_HEAP_TYPE type) in GetCustomHeapProperties() function
97 dev->GetCustomHeapProperties(&ret, 0, type); in GetCustomHeapProperties()
H A Dd3d12_bufmgr.cpp142 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in d3d12_bo_new()
H A Dd3d12_resource.cpp268 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(screen->dev, D3D12_HEAP_TYPE_DEFAULT); in init_texture()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp54 GetCustomHeapProperties(ID3D12Device *dev, D3D12_HEAP_TYPE type) in GetCustomHeapProperties() function
56 return dev->GetCustomHeapProperties(0, type); in GetCustomHeapProperties()
74 GetCustomHeapProperties(ID3D12Device *dev, D3D12_HEAP_TYPE type) in GetCustomHeapProperties() function
77 dev->GetCustomHeapProperties(&ret, 0, type); in GetCustomHeapProperties()
292 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in create_buffer()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_abi_helper.h46 ret = ((D3D12_HEAP_PROPERTIES (STDMETHODCALLTYPE *)(ID3D12Device2 *, UINT, D3D12_HEAP_TYPE))dev->lpVtbl->GetCustomHeapProperties)(dev, node_mask, type); in dzn_ID3D12Device2_GetCustomHeapProperties()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResourceAllocatorManagerD3D12.cpp32 device->GetD3D12Device()->GetCustomHeapProperties(0, heapType); in GetMemorySegment()

Completed in 7 milliseconds