Home
last modified time | relevance | path

Searched refs:heap_count (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv.c140 uint32_t heap_count; in pvr_srv_memctx_init() local
152 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()
Dpvr_srv_bridge.h278 uint32_t heap_count; member
Dpvr_srv_bridge.c267 *heap_count_out = ret.heap_count; in pvr_srv_get_heap_count()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c430 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()
Danv_private.h1038 uint32_t heap_count; member