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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c236 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM;
245 device->memory_domains[type_count] = RADEON_DOMAIN_GTT;
254 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM;
265 device->memory_domains[type_count] = RADEON_DOMAIN_GTT;
287 device->memory_domains[type_count] = device->memory_domains[i];
2532 if (physical_device->memory_domains[i] == RADEON_DOMAIN_GTT &&
5377 domain = device->physical_device->memory_domains[pAllocateInfo->memoryTypeIndex];
7486 if ((domains & relevant_domains) != (dev->memory_domains[i] & relevant_domains))
H A Dradv_private.h286 enum radeon_bo_domain memory_domains[VK_MAX_MEMORY_TYPES]; member in struct:radv_physical_device

Completed in 16 milliseconds