Searched refs:dzn_descriptor_heap_init (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 931 dzn_descriptor_heap_init(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_init() function 1846 … dzn_descriptor_heap_init(&pool->heaps[type], device, type, pool->desc_count[type], false); in dzn_descriptor_pool_create() 1973 dzn_descriptor_heap_init(&new_heap->heap, device, pool->type, in dzn_descriptor_heap_pool_alloc_slots()
|
H A D | dzn_private.h | 447 dzn_descriptor_heap_init(struct dzn_descriptor_heap *heap,
|
H A D | dzn_device.c | 2414 …result = dzn_descriptor_heap_init(&device->device_heaps[type].heap, device, type, descriptor_count… in dzn_device_create()
|