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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_descriptor_pool.cpp52 uint64_t cpu_base; member in struct:d3d12_descriptor_heap
80 heap->cpu_base = heap->heap->GetCPUDescriptorHandleForHeapStart().ptr;
126 handle->cpu_handle.ptr = heap->cpu_base + heap->next;
151 handle->cpu_handle.ptr = heap->cpu_base + offset;
161 const uint32_t index = handle->cpu_handle.ptr - handle->heap->cpu_base;
181 dst.ptr = heap->cpu_base + heap->next;

Completed in 3 milliseconds