Home
last modified time | relevance | path

Searched refs:heap_type (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_bufmgr.cpp131 D3D12_HEAP_TYPE heap_type = D3D12_HEAP_TYPE_DEFAULT; in d3d12_bo_new() local
133 heap_type = D3D12_HEAP_TYPE_READBACK; in d3d12_bo_new()
135 heap_type = D3D12_HEAP_TYPE_UPLOAD; in d3d12_bo_new()
142 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in d3d12_bo_new()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_query.c48 switch (qpool->heap_type) { in dzn_query_pool_get_query_type()
110 qpool->heap_type = desc.Type = dzn_query_pool_get_heap_type(info->queryType); in dzn_query_pool_create()
318 if (qpool->heap_type != D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS) { in dzn_GetQueryPoolResults()
Ddzn_private.h1078 D3D12_QUERY_HEAP_TYPE heap_type; member
Ddzn_cmd_buffer.c1055 D3D12_HEAP_TYPE heap_type, in dzn_cmd_buffer_alloc_internal_buf() argument
1066 …3D12_HEAP_PROPERTIES hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, heap_type); in dzn_cmd_buffer_alloc_internal_buf()
4339 if (qpool->heap_type == D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS && in dzn_CmdCopyQueryPoolResults()
4361 if (qpool->heap_type == D3D12_QUERY_HEAP_TYPE_PIPELINE_STATISTICS) { in dzn_CmdCopyQueryPoolResults()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp277 ComputeTest::create_buffer(int size, D3D12_HEAP_TYPE heap_type) in create_buffer() argument
289 …desc.Flags = heap_type == D3D12_HEAP_TYPE_DEFAULT ? D3D12_RESOURCE_FLAG_ALLOW_UNORDERED_ACCESS : D… in create_buffer()
292 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_type); in create_buffer()
Dcompute_test.h111 create_buffer(int size, D3D12_HEAP_TYPE heap_type);