Home
last modified time | relevance | path

Searched refs:RADEON_ALLOCATED_GTT (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h91 RADEON_ALLOCATED_GTT, enumerator
Dradv_device.c2715 uint64_t gtt_internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_GTT); in radv_get_memory_budget_properties()
2761 internal_usage = device->ws->query_value(device->ws, RADEON_ALLOCATED_GTT); in radv_get_memory_budget_properties()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_winsys.c84 case RADEON_ALLOCATED_GTT: in radv_amdgpu_winsys_query_value()