Home
last modified time | relevance | path

Searched defs:query_pool (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/vulkan/runtime/
Dvk_query_pool.c33 struct vk_query_pool *query_pool, in vk_query_pool_init()
53 struct vk_query_pool *query_pool = in vk_query_pool_create() local
65 vk_query_pool_finish(struct vk_query_pool *query_pool) in vk_query_pool_finish()
73 struct vk_query_pool *query_pool) in vk_query_pool_destroy()
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dquery.rs631 query_pool: Arc<QueryPool>, in begin_query() field
657 query_pool: Arc<QueryPool>, in end_query() field
683 query_pool: Arc<QueryPool>, in write_timestamp() field
718 query_pool: Arc<QueryPool>, in copy_query_pool_results() field
786 query_pool: Arc<QueryPool>, in reset_query_pool() field
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp1108 VkQueryPool query_pool; in TEST_F() local
1468 VkQueryPool query_pool; in TEST_F() local
1495 VkQueryPool query_pool; in TEST_F() local
1537 VkQueryPool query_pool; in TEST_F() local
1586 VkQueryPool query_pool; in TEST_F() local
1940 VkQueryPool query_pool; in TEST_F() local
1978 VkQueryPool query_pool; in TEST_F() local
2453 VkQueryPool query_pool; in TEST_F() local
2498 VkQueryPool query_pool; in TEST_F() local
2543 VkQueryPool query_pool; in TEST_F() local
[all …]
Dvkpositivelayertests.cpp766 VkQueryPool query_pool; in TEST_F() local
3791 VkQueryPool query_pool; in TEST_F() local
3859 VkQueryPool query_pool; in TEST_F() local
6725 VkQueryPool query_pool; in TEST_F() local
7561 VkQueryPool query_pool; in TEST_F() local
/external/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.h110 struct vn_query_pool *query_pool; member
Dvn_command_buffer.c556 struct vn_query_pool *query_pool, in vn_cmd_pool_alloc_query_record()
1801 struct vn_query_pool *query_pool = vn_query_pool_from_handle(pool_handle); in vn_cmd_record_query() local
/external/virglrenderer/src/venus/
Dvkr_common.h118 VkQueryPool query_pool; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_rmv.cc396 struct tu_query_pool *query_pool) in tu_rmv_log_query_pool_create()
/external/mesa3d/src/imagination/vulkan/
Dpvr_private.h469 const struct pvr_query_pool *query_pool; member
765 const struct pvr_query_pool *query_pool; member
1001 VkQueryPool query_pool; member
1007 VkQueryPool query_pool; member
Dpvr_cmd_buffer.c2067 const struct pvr_query_pool *query_pool = NULL; in pvr_cmd_buffer_end_sub_cmd() local
/external/mesa3d/src/vulkan/runtime/rmv/
Dvk_rmv_tokens.h244 struct vk_rmv_query_pool_description query_pool; member
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs120 pub(super) query_pool: ash::vk::QueryPool, field
/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c22 VkQueryPool query_pool; member
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs1150 query_pool: ash::vk::QueryPool, field