Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1682 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->dsvs.pool, device, 1, &heap, &slot); in dzn_cmd_buffer_get_dsv()
1711 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot); in dzn_cmd_buffer_get_rtv()
1730 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot); in dzn_cmd_buffer_get_null_rtv()
3287 dzn_descriptor_heap_pool_alloc_slots(pool, device, desc_count, in dzn_cmd_buffer_update_heaps()
4323 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->cbv_srv_uav_pool, device, in dzn_alloc_and_bind_blit_heap_slots()
4333 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->sampler_pool, device, in dzn_alloc_and_bind_blit_heap_slots()
H A Ddzn_private.h524 dzn_descriptor_heap_pool_alloc_slots(struct dzn_descriptor_heap_pool *pool,
H A Ddzn_descriptor_set.c1928 dzn_descriptor_heap_pool_alloc_slots(struct dzn_descriptor_heap_pool *pool, in dzn_descriptor_heap_pool_alloc_slots() function