Searched refs:dzn_ID3D12Device2_GetCustomHeapProperties (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_abi_helper.h | 38 dzn_ID3D12Device2_GetCustomHeapProperties(ID3D12Device2 *dev, UINT node_mask, D3D12_HEAP_TYPE type) in dzn_ID3D12Device2_GetCustomHeapProperties() function
|
H A D | dzn_query.c | 136 dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, D3D12_HEAP_TYPE_DEFAULT); in dzn_query_pool_create() 162 hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, in dzn_query_pool_create()
|
H A D | dzn_device.c | 1938 D3D12_HEAP_PROPERTIES hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, D3D12_HEAP_TYPE_UPLOAD); in dzn_device_query_init()
|
H A D | dzn_cmd_buffer.c | 1066 D3D12_HEAP_PROPERTIES hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, heap_type); in dzn_cmd_buffer_alloc_internal_buf()
|
Completed in 12 milliseconds