Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Dion.c8 int heap_count = 0; in ion_get_heap_id() local
11 if (ion_query_heap_cnt(ion_fd, &heap_count)) in ion_get_heap_id()
17 malloc(heap_count * sizeof(struct ion_heap_data)); in ion_get_heap_id()
19 if (ion_query_get_heaps(ion_fd, heap_count, heap_data)) in ion_get_heap_id()
26 (hi - heap_data) < heap_count; in ion_get_heap_id()
/external/mesa3d/src/intel/vulkan/
Danv_device.c175 device->memory.heap_count = 1; in anv_physical_device_init_heaps()
182 for (uint32_t heap = 0; heap < device->memory.heap_count; heap++) { in anv_physical_device_init_heaps()
2221 pMemoryProperties->memoryHeapCount = physical_device->memory.heap_count; in anv_GetPhysicalDeviceMemoryProperties()
2222 for (uint32_t i = 0; i < physical_device->memory.heap_count; i++) { in anv_GetPhysicalDeviceMemoryProperties()
2241 for (size_t i = 0; i < device->memory.heap_count; i++) in anv_get_memory_budget()
2244 for (size_t i = 0; i < device->memory.heap_count; i++) { in anv_get_memory_budget()
2278 for (uint32_t i = device->memory.heap_count; i < VK_MAX_MEMORY_HEAPS; i++) { in anv_get_memory_budget()
3461 assert(mem_type->heapIndex < pdevice->memory.heap_count); in anv_AllocateMemory()
Danv_private.h1129 uint32_t heap_count; member