Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h518 dzn_descriptor_heap_pool_finish(struct dzn_descriptor_heap_pool *pool);
H A Ddzn_cmd_buffer.c412 dzn_descriptor_heap_pool_finish(&cmdbuf->cbv_srv_uav_pool); in dzn_cmd_buffer_destroy()
413 dzn_descriptor_heap_pool_finish(&cmdbuf->sampler_pool); in dzn_cmd_buffer_destroy()
414 dzn_descriptor_heap_pool_finish(&cmdbuf->rtvs.pool); in dzn_cmd_buffer_destroy()
415 dzn_descriptor_heap_pool_finish(&cmdbuf->dsvs.pool); in dzn_cmd_buffer_destroy()
H A Ddzn_descriptor_set.c1897 dzn_descriptor_heap_pool_finish(struct dzn_descriptor_heap_pool *pool) in dzn_descriptor_heap_pool_finish() function