Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h412 dzn_descriptor_heap_pool_finish(struct dzn_descriptor_heap_pool *pool);
Ddzn_cmd_buffer.c272 dzn_descriptor_heap_pool_finish(&cmdbuf->cbv_srv_uav_pool); in dzn_cmd_buffer_destroy()
273 dzn_descriptor_heap_pool_finish(&cmdbuf->sampler_pool); in dzn_cmd_buffer_destroy()
274 dzn_descriptor_heap_pool_finish(&cmdbuf->rtvs.pool); in dzn_cmd_buffer_destroy()
275 dzn_descriptor_heap_pool_finish(&cmdbuf->dsvs.pool); in dzn_cmd_buffer_destroy()
Ddzn_descriptor_set.c1486 dzn_descriptor_heap_pool_finish(struct dzn_descriptor_heap_pool *pool) in dzn_descriptor_heap_pool_finish() function