Searched refs:heap_type (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.cpp108 D3D12_HEAP_TYPE heap_type = D3D12_HEAP_TYPE_DEFAULT; local in function:d3d12_bo_new
110 heap_type = D3D12_HEAP_TYPE_READBACK;
112 heap_type = D3D12_HEAP_TYPE_UPLOAD;
114 D3D12_HEAP_PROPERTIES heap_pris = dev->GetCustomHeapProperties(0, heap_type);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.h111 create_buffer(int size, D3D12_HEAP_TYPE heap_type);
H A Dcompute_test.cpp235 ComputeTest::create_buffer(int size, D3D12_HEAP_TYPE heap_type) argument
247 desc.Flags = heap_type == D3D12_HEAP_TYPE_DEFAULT ? D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS : D3D12_RESOURCE_FLAG_NONE;
250 D3D12_HEAP_PROPERTIES heap_pris = dev->GetCustomHeapProperties(0, heap_type);

Completed in 5 milliseconds