Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_descriptor_pool.cpp51 uint64_t cpu_base; member
79 heap->cpu_base = GetCPUDescriptorHandleForHeapStart(heap->heap).ptr; in d3d12_descriptor_heap_new()
125 handle->cpu_handle.ptr = heap->cpu_base + heap->next; in d2d12_descriptor_heap_get_next_handle()
150 handle->cpu_handle.ptr = heap->cpu_base + offset; in d3d12_descriptor_heap_alloc_handle()
160 const uint32_t index = handle->cpu_handle.ptr - handle->heap->cpu_base; in d3d12_descriptor_handle_free()
180 dst.ptr = heap->cpu_base + heap->next; in d3d12_descriptor_heap_append_handles()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h360 SIZE_T cpu_base; member
H A Ddzn_descriptor_set.c829 heap->cpu_base = cpu_handle.ptr; in dzn_descriptor_heap_init()
842 .ptr = heap->cpu_base + (desc_offset * heap->desc_sz), in dzn_descriptor_heap_get_cpu_handle()

Completed in 6 milliseconds