Home
last modified time | relevance | path

Searched refs:GetCPUDescriptorHandleForHeapStart (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_common.h57 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() function
59 return heap->GetCPUDescriptorHandleForHeapStart(); in GetCPUDescriptorHandleForHeapStart()
98 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() function
101 heap->GetCPUDescriptorHandleForHeapStart(&ret); in GetCPUDescriptorHandleForHeapStart()
H A Dd3d12_descriptor_pool.cpp79 heap->cpu_base = GetCPUDescriptorHandleForHeapStart(heap->heap).ptr; in d3d12_descriptor_heap_new()
/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp44 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() function
46 return heap->GetCPUDescriptorHandleForHeapStart(); in GetCPUDescriptorHandleForHeapStart()
60 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() function
63 heap->GetCPUDescriptorHandleForHeapStart(&ret); in GetCPUDescriptorHandleForHeapStart()
427 handle = GetCPUDescriptorHandleForHeapStart(uav_heap); in add_uav_resource()
452 handle = GetCPUDescriptorHandleForHeapStart(uav_heap); in add_cbv_resource()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DDescriptorHeap.cpp33 fCPUHeapStart = fHeap->GetCPUDescriptorHandleForHeapStart(); in GrD3DDescriptorHeap()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer_xbox.cpp154 framebuffer->rtvHeap->GetCPUDescriptorHandleForHeapStart().ptr + in d3d12_wgl_framebuffer_resize()