Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl173 …QueryFeaturesKHR[0].performanceCounterMultipleQueryPools != devicePerformanceQueryFeaturesKHR[1].p…
DvkDeviceFeatureTest.inl320 FEATURE_ITEM (VkPhysicalDevicePerformanceQueryFeaturesKHR, performanceCounterMultipleQueryPools),
DvkStructTypes.inl2736 VkBool32 performanceCounterMultipleQueryPools; member
DvkVulkan_c.inl8243 VkBool32 performanceCounterMultipleQueryPools; member
DvkStrUtilImpl.inl8198 …s << "\tperformanceCounterMultipleQueryPools = " << value.performanceCounterMultipleQueryPools << …
/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/mesa3d/src/intel/vulkan/
Danv_device.c1641 feature->performanceCounterMultipleQueryPools = false; in anv_GetPhysicalDeviceFeatures2()
/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/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7281 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/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 ()()