Home
last modified time | relevance | path

Searched refs:performanceCounterMultipleQueryPools (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/
Dfeatures.adoc21 * [[features-performanceCounterMultipleQueryPools]]
22 pname:performanceCounterMultipleQueryPools indicates whether the
Dfeatures.txt21 * [[features-performanceCounterMultipleQueryPools]]
22 pname:performanceCounterMultipleQueryPools indicates whether the
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dperformance_query_begin_common.txt32 <<features-performanceCounterMultipleQueryPools,pname:performanceCounterMultipleQueryPools>>
Dperformance_query_begin_common.adoc38 <<features-performanceCounterMultipleQueryPools,
39 pname:performanceCounterMultipleQueryPools>> feature must: be enabled
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp700 if (!m_context.getPerformanceQueryFeatures().performanceCounterMultipleQueryPools) in iterate()
1072 if (!m_context.getPerformanceQueryFeatures().performanceCounterMultipleQueryPools) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp700 if (!m_context.getPerformanceQueryFeatures().performanceCounterMultipleQueryPools) in iterate()
1072 if (!m_context.getPerformanceQueryFeatures().performanceCounterMultipleQueryPools) in iterate()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1327 features->performanceCounterMultipleQueryPools = false; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c785 feature->performanceCounterMultipleQueryPools = false; in tu_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl1815 …QueryFeaturesKHR[0].performanceCounterMultipleQueryPools != devicePerformanceQueryFeaturesKHR[1].p…
DvkStructTypes.inl4787 VkBool32 performanceCounterMultipleQueryPools; member
DvkDeviceFeatureTest.inl2990 FEATURE_ITEM (VkPhysicalDevicePerformanceQueryFeaturesKHR, performanceCounterMultipleQueryPools),
DvkVulkan_c.inl10004 VkBool32 performanceCounterMultipleQueryPools; member
DvkStrUtilImpl.inl11572 …s << "\tperformanceCounterMultipleQueryPools = " << value.performanceCounterMultipleQueryPools << …
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1641 feature->performanceCounterMultipleQueryPools = false; in anv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h5712 VkBool32 performanceCounterMultipleQueryPools; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1854 features->performanceCounterMultipleQueryPools = features->performanceCounterQueryPools; in radv_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7020 VkBool32 performanceCounterMultipleQueryPools; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h7121 VkBool32 performanceCounterMultipleQueryPools; member
Dvulkan_structs.hpp47765 , performanceCounterMultipleQueryPools( performanceCounterMultipleQueryPools_ )
47805 performanceCounterMultipleQueryPools = performanceCounterMultipleQueryPools_; in setPerformanceCounterMultipleQueryPools()
47827 ( performanceCounterMultipleQueryPools == rhs.performanceCounterMultipleQueryPools ); in operator ==()
47840 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterMultipleQueryPools = {}; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h7289 VkBool32 performanceCounterMultipleQueryPools; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7281 VkBool32 performanceCounterMultipleQueryPools; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h8487 VkBool32 performanceCounterMultipleQueryPools; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp62411 , performanceCounterMultipleQueryPools( performanceCounterMultipleQueryPools_ )
62448 performanceCounterMultipleQueryPools = performanceCounterMultipleQueryPools_; in setPerformanceCounterMultipleQueryPools()
62471 …eturn std::tie( sType, pNext, performanceCounterQueryPools, performanceCounterMultipleQueryPools ); in reflect()
62484 ( performanceCounterMultipleQueryPools == rhs.performanceCounterMultipleQueryPools ); in operator ==()
62498 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterMultipleQueryPools = {}; member
Dvulkan_core.h8609 VkBool32 performanceCounterMultipleQueryPools; member
Dvulkan_hash.hpp8557 …SH_COMBINE( seed, physicalDevicePerformanceQueryFeaturesKHR.performanceCounterMultipleQueryPools ); in operator ()()