/external/rust/crates/vulkano/src/ |
D | query.rs | 34 pub struct QueryPool { struct 35 pool: ash::vk::QueryPool, argument 41 impl QueryPool { argument 47 ) -> Result<QueryPool, QueryPoolCreationError> { in new() 128 unsafe impl VulkanObject for QueryPool { implementation 132 fn internal_object(&self) -> ash::vk::QueryPool { in internal_object() 137 unsafe impl DeviceOwned for QueryPool { implementation 144 impl Drop for QueryPool { implementation 221 pub fn pool(&self) -> &'a QueryPool { in pool() 244 pub fn pool(&self) -> &'a QueryPool { in pool()
|
/external/rust/crates/vulkano/src/command_buffer/validity/ |
D | query.rs | 34 query_pool: &QueryPool, in check_begin_query() 109 query_pool: &QueryPool, in check_end_query() 156 query_pool: &QueryPool, in check_write_timestamp() 254 query_pool: &QueryPool, in check_copy_query_pool_results() 356 query_pool: &QueryPool, in check_reset_query_pool()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolTests.hpp | 31 namespace QueryPool namespace
|
D | vktQueryPoolConcurrentTests.hpp | 31 namespace QueryPool namespace
|
D | vktQueryPoolOcclusionTests.hpp | 31 namespace QueryPool namespace
|
D | vktQueryPoolPerformanceTests.hpp | 30 namespace QueryPool namespace
|
D | vktQueryPoolStatisticsTests.hpp | 30 namespace QueryPool namespace
|
D | vktQueryPoolTests.cpp | 35 namespace QueryPool namespace
|
D | vktQueryPoolConcurrentTests.cpp | 47 namespace QueryPool namespace
|
D | vktQueryPoolPerformanceTests.cpp | 48 namespace QueryPool namespace
|
D | vktQueryPoolOcclusionTests.cpp | 46 namespace QueryPool namespace
|
/external/swiftshader/src/Vulkan/ |
D | VkQueryPool.hpp | 86 class QueryPool : public Object<QueryPool, VkQueryPool> class
|
D | VkQueryPool.cpp | 83 QueryPool::QueryPool(const VkQueryPoolCreateInfo *pCreateInfo, void *mem) in QueryPool() function in vk::QueryPool
|
/external/rust/crates/ash/src/extensions/khr/ |
D | synchronization2.rs | 89 query_pool: vk::QueryPool, in cmd_write_timestamp2()
|
D | acceleration_structure.rs | 264 query_pool: vk::QueryPool, in cmd_write_acceleration_structures_properties()
|
/external/rust/crates/ash/src/ |
D | device.rs | 145 query_pool: vk::QueryPool, in reset_query_pool() 733 pool: vk::QueryPool, in destroy_query_pool() 1192 query_pool: vk::QueryPool, in cmd_copy_query_pool_results() 1449 query_pool: vk::QueryPool, in get_query_pool_results() 1479 query_pool: vk::QueryPool, in cmd_begin_query() 1491 query_pool: vk::QueryPool, in cmd_end_query() 1502 pool: vk::QueryPool, in cmd_reset_query_pool() 1515 query_pool: vk::QueryPool, in cmd_write_timestamp() 1934 ) -> VkResult<vk::QueryPool> { in create_query_pool()
|
/external/rust/crates/vulkano/src/command_buffer/ |
D | auto.rs | 1558 query_pool: Arc<QueryPool>, in begin_query() 1610 query_pool: Arc<QueryPool>, in end_query() 1637 query_pool: Arc<QueryPool>, in write_timestamp() 1672 query_pool: Arc<QueryPool>, in copy_query_pool_results() 1706 query_pool: Arc<QueryPool>, in reset_query_pool()
|
/external/rust/crates/ash/src/extensions/nv/ |
D | ray_tracing.rs | 235 query_pool: vk::QueryPool, in cmd_write_acceleration_structures_properties()
|
/external/rust/crates/ash/src/vk/ |
D | features.rs | 2117 _p_query_pool: *mut QueryPool, in load() 2132 _query_pool: QueryPool, in load() 2149 _query_pool: QueryPool, in load() 3651 _query_pool: QueryPool, in load() 3668 _query_pool: QueryPool, in load() 3684 _query_pool: QueryPool, in load() 3703 _query_pool: QueryPool, in load() 3720 _query_pool: QueryPool, in load() 4085 p_query_pool: *mut QueryPool, in create_query_pool() 4093 query_pool: QueryPool, in destroy_query_pool() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 597 struct QueryPool struct 599 typedef VkQueryPool Type; 601 struct Parameters 616 struct Resources 621 …tatic Move<VkQueryPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1152 struct QueryPool struct 1154 typedef VkQueryPool Type; 1156 struct Parameters 1171 struct Resources 1176 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent() 1181 …tatic Move<VkQueryPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
/external/rust/crates/vulkano/src/command_buffer/synced/ |
D | commands.rs | 71 query_pool: Arc<QueryPool>, in begin_query() 995 query_pool: Arc<QueryPool>, in copy_query_pool_results() 2009 pub unsafe fn end_query(&mut self, query_pool: Arc<QueryPool>, query: u32) { in end_query() 2218 pub unsafe fn reset_query_pool(&mut self, query_pool: Arc<QueryPool>, queries: Range<u32>) { in reset_query_pool() 2584 query_pool: Arc<QueryPool>, in write_timestamp()
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 62 class QueryPool; variable
|
D | vktestbinding.cpp | 492 NON_DISPATCHABLE_HANDLE_DTOR(QueryPool, vkDestroyQueryPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
/external/swiftshader/include/vulkan/ |
D | vulkan_handles.hpp | 2067 class QueryPool class 2079 VULKAN_HPP_CONSTEXPR QueryPool(std::nullptr_t) VULKAN_HPP_NOEXCEPT {} in QueryPool() function in VULKAN_HPP_NAMESPACE::QueryPool 2080 …VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool(VkQueryPool queryPool) VULKAN_HPP_NOEXCEPT : m_queryPool(qu… in QueryPool() function in VULKAN_HPP_NAMESPACE::QueryPool
|