| /external/rust/crates/vulkano/src/command_buffer/standard/builder/ |
| D | query.rs | 38 query_pool: Arc<QueryPool>, in begin_query() 49 query_pool: &QueryPool, in validate_begin_query() 151 query_pool: Arc<QueryPool>, in begin_query_unchecked() 180 query_pool: Arc<QueryPool>, in end_query() 188 fn validate_end_query(&self, query_pool: &QueryPool, query: u32) -> Result<(), QueryError> { in validate_end_query() 234 query_pool: Arc<QueryPool>, in end_query_unchecked() 259 query_pool: Arc<QueryPool>, in write_timestamp() 270 query_pool: &QueryPool, in validate_write_timestamp() 473 query_pool: Arc<QueryPool>, in write_timestamp_unchecked() 524 query_pool: Arc<QueryPool>, in copy_query_pool_results() [all …]
|
| /external/rust/crates/vulkano/src/ |
| D | query.rs | 35 pub struct QueryPool { struct 36 handle: ash::vk::QueryPool, argument 44 impl QueryPool { implementation 53 ) -> Result<Arc<QueryPool>, QueryPoolCreationError> { in new() 118 handle: ash::vk::QueryPool, in from_handle() 120 ) -> Arc<QueryPool> { in from_handle() 175 impl Drop for QueryPool { implementation 185 unsafe impl VulkanObject for QueryPool { implementation 194 unsafe impl DeviceOwned for QueryPool { implementation 297 pub fn pool(&self) -> &'a QueryPool { in pool() [all …]
|
| /external/rust/crates/vulkano/src/command_buffer/commands/ |
| D | query.rs | 50 query_pool: Arc<QueryPool>, in begin_query() 76 query_pool: &QueryPool, in validate_begin_query() 175 query_pool: Arc<QueryPool>, in end_query() 189 fn validate_end_query(&self, query_pool: &QueryPool, query: u32) -> Result<(), QueryError> { in validate_end_query() 237 query_pool: Arc<QueryPool>, in write_timestamp() 250 query_pool: &QueryPool, in validate_write_timestamp() 461 query_pool: Arc<QueryPool>, in copy_query_pool_results() 484 query_pool: &QueryPool, in validate_copy_query_pool_results() 567 query_pool: Arc<QueryPool>, in reset_query_pool() 579 query_pool: &QueryPool, in validate_reset_query_pool() [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
| D | vktQueryPoolFragInvocationTests.hpp | 31 namespace QueryPool namespace
|
| D | vktQueryPoolTests.hpp | 31 namespace QueryPool namespace
|
| D | vktQueryPoolStatisticsTests.hpp | 30 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 | vktQueryPoolTests.cpp | 36 namespace QueryPool namespace
|
| D | vktQueryPoolFragInvocationTests.cpp | 38 namespace QueryPool namespace
|
| D | vktQueryPoolConcurrentTests.cpp | 47 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 | 75 query_pool: vk::QueryPool, in cmd_write_timestamp2()
|
| D | acceleration_structure.rs | 255 query_pool: vk::QueryPool, in cmd_write_acceleration_structures_properties()
|
| /external/rust/crates/ash/src/ |
| D | device.rs | 172 query_pool: vk::QueryPool, in cmd_write_timestamp2() 648 query_pool: vk::QueryPool, in reset_query_pool() 1284 pool: vk::QueryPool, in destroy_query_pool() 1760 query_pool: vk::QueryPool, in cmd_copy_query_pool_results() 2034 query_pool: vk::QueryPool, in get_query_pool_results() 2064 query_pool: vk::QueryPool, in cmd_begin_query() 2076 query_pool: vk::QueryPool, in cmd_end_query() 2087 pool: vk::QueryPool, in cmd_reset_query_pool() 2100 query_pool: vk::QueryPool, in cmd_write_timestamp() 2543 ) -> VkResult<vk::QueryPool> { in create_query_pool()
|
| /external/rust/crates/ash/src/extensions/nv/ |
| D | ray_tracing.rs | 238 query_pool: vk::QueryPool, in cmd_write_acceleration_structures_properties()
|
| /external/deqp/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryAddressBindingTests.cpp | 611 struct QueryPool struct 613 typedef VkQueryPool Type; 615 struct Parameters 629 struct Resources 636 …tatic Move<VkQueryPool> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
| D | vktMemoryDeviceMemoryReportTests.cpp | 588 struct QueryPool struct 590 typedef VkQueryPool Type; 592 struct Parameters 606 struct Resources 613 …tatic Move<VkQueryPool> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
| /external/rust/crates/ash/src/vk/ |
| D | features.rs | 1934 _p_query_pool: *mut QueryPool, in load() 1949 _query_pool: QueryPool, in load() 1966 _query_pool: QueryPool, in load() 3468 _query_pool: QueryPool, in load() 3485 _query_pool: QueryPool, in load() 3501 _query_pool: QueryPool, in load() 3520 _query_pool: QueryPool, in load() 3537 _query_pool: QueryPool, in load() 4469 _query_pool: QueryPool, in load() 4842 _query_pool: QueryPool, in load()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiObjectManagementTests.cpp | 1271 struct QueryPool struct 1273 typedef VkQueryPool Type; 1275 struct Parameters 1289 struct Resources 1296 static uint32_t getMaxConcurrent(Context &context, const Parameters ¶ms) in getMaxConcurrent() 1301 …tatic Move<VkQueryPool> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
| /external/vulkan-validation-layers/tests/ |
| D | vktestbinding.cpp | 492 NON_DISPATCHABLE_HANDLE_DTOR(QueryPool, vkDestroyQueryPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
| D | vktestbinding.h | 62 class QueryPool; variable
|