Searched refs:GetCustomHeapProperties (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_common.h | 57 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 D | d3d12_bufmgr.cpp | 142 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in d3d12_bo_new()
|
H A D | d3d12_resource.cpp | 268 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(screen->dev, D3D12_HEAP_TYPE_DEFAULT); in init_texture()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.cpp | 54 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 D | dzn_abi_helper.h | 46 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 D | ResourceAllocatorManagerD3D12.cpp | 32 device->GetD3D12Device()->GetCustomHeapProperties(0, heapType); in GetMemorySegment()
|
Completed in 7 milliseconds