Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c931 dzn_descriptor_heap_init(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_init() function
1846dzn_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 Ddzn_private.h447 dzn_descriptor_heap_init(struct dzn_descriptor_heap *heap,
H A Ddzn_device.c2414 …result = dzn_descriptor_heap_init(&device->device_heaps[type].heap, device, type, descriptor_count… in dzn_device_create()