Searched refs:pool_handle (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ | ||
| H A D | vn_query_pool.c | 58 VkQueryPool pool_handle = vn_query_pool_to_handle(pool); local in function:vn_CreateQueryPool 60 &pool_handle); 62 *pQueryPool = pool_handle; |
| H A D | vn_descriptor_set.c | 262 VkDescriptorPool pool_handle = vn_descriptor_pool_to_handle(pool); local in function:vn_CreateDescriptorPool 264 &pool_handle); 266 *pDescriptorPool = pool_handle; |
| H A D | vn_command_buffer.c | 454 VkCommandPool pool_handle = vn_command_pool_to_handle(pool); local in function:vn_CreateCommandPool 456 &pool_handle); 458 *pCommandPool = pool_handle; |
Completed in 11 milliseconds