Searched refs:heap_count (Results 1 – 2 of 2) sorted by relevance
134 device->memory.heap_count = 1; in anv_physical_device_init_heaps()153 device->memory.heap_count = 2; in anv_physical_device_init_heaps()167 for (uint32_t heap = 0; heap < device->memory.heap_count; heap++) { in anv_physical_device_init_heaps()1053 pMemoryProperties->memoryHeapCount = physical_device->memory.heap_count; in anv_GetPhysicalDeviceMemoryProperties()1054 for (uint32_t i = 0; i < physical_device->memory.heap_count; i++) { in anv_GetPhysicalDeviceMemoryProperties()1865 assert(mem->type->heapIndex < pdevice->memory.heap_count); in anv_AllocateMemory()
781 uint32_t heap_count; member