Searched refs:heap_count (Results 1 – 5 of 5) sorted by relevance
140 uint32_t heap_count; in pvr_srv_memctx_init() local152 result = pvr_srv_get_heap_count(srv_ws->render_fd, &heap_count); in pvr_srv_memctx_init()156 assert(heap_count > 0); in pvr_srv_memctx_init()158 for (uint32_t i = 0; i < heap_count; i++) { in pvr_srv_memctx_init()
278 uint32_t heap_count; member
267 *heap_count_out = ret.heap_count; in pvr_srv_get_heap_count()
430 device->memory.heap_count = 2; in anv_physical_device_init_heaps()449 device->memory.heap_count++; in anv_physical_device_init_heaps()479 device->memory.heap_count = 1; in anv_physical_device_init_heaps()498 device->memory.heap_count = 1; in anv_physical_device_init_heaps()2745 pMemoryProperties->memoryHeapCount = physical_device->memory.heap_count; in anv_GetPhysicalDeviceMemoryProperties()2746 for (uint32_t i = 0; i < physical_device->memory.heap_count; i++) { in anv_GetPhysicalDeviceMemoryProperties()2766 for (size_t i = 0; i < device->memory.heap_count; i++) { in anv_get_memory_budget()2774 for (size_t i = 0; i < device->memory.heap_count; i++) { in anv_get_memory_budget()2821 for (uint32_t i = device->memory.heap_count; i < VK_MAX_MEMORY_HEAPS; i++) { in anv_get_memory_budget()3798 assert(mem_type->heapIndex < pdevice->memory.heap_count); in anv_AllocateMemory()
1038 uint32_t heap_count; member