Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/
Dquerycreateinfo.adoc26 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-performanceCounterQueryPools-03237]]
27 The <<features-performanceCounterQueryPools,
28 pname:performanceCounterQueryPools>> feature must: be enabled
Dquerycreateinfo.txt26 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-performanceCounterQueryPools-03237]]
27 The <<features-performanceCounterQueryPools,
28 pname:performanceCounterQueryPools>> feature must: be enabled
Dfeatures.adoc18 * [[features-performanceCounterQueryPools]]
19 pname:performanceCounterQueryPools indicates whether the implementation
Dfeatures.txt18 * [[features-performanceCounterQueryPools]]
19 pname:performanceCounterQueryPools indicates whether the implementation
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt74 VkPhysicalDevicePerformanceQueryFeaturesKHR FEATURES ( performanceCounterQueryPools ) REQU…
Dvulkan_sc_core.h5711 VkBool32 performanceCounterQueryPools; member
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_performance_query.txt150 // A previously created device that had the performanceCounterQueryPools feature
DVK_KHR_performance_query.adoc150 // A previously created device that had the performanceCounterQueryPools feature
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp233 if (!m_context.getPerformanceQueryFeatures().performanceCounterQueryPools) in setupCounters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp233 if (!m_context.getPerformanceQueryFeatures().performanceCounterQueryPools) in setupCounters()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c784 feature->performanceCounterQueryPools = true; in tu_GetPhysicalDeviceFeatures2()
1803 perf_query_pools = feature->performanceCounterQueryPools; in tu_CreateDevice()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1771 if ( physicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools == VK_FALSE )
1773 …log << tcu::TestLog::Message << "Mandatory feature performanceCounterQueryPools not supported" << …
DvkDeviceFeatures2.inl1814 …formanceQueryFeaturesKHR[0].performanceCounterQueryPools != devicePerformanceQueryFeaturesKHR[1].p…
DvkStructTypes.inl4786 VkBool32 performanceCounterQueryPools; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1325 features->performanceCounterQueryPools = in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1853 features->performanceCounterQueryPools = radv_perf_query_supported(pdevice); in radv_GetPhysicalDeviceFeatures2()
1854 features->performanceCounterMultipleQueryPools = features->performanceCounterQueryPools; in radv_GetPhysicalDeviceFeatures2()
3408 if (features->performanceCounterQueryPools) in radv_CreateDevice()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1639 feature->performanceCounterQueryPools = true; in anv_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7019 VkBool32 performanceCounterQueryPools; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h7120 VkBool32 performanceCounterQueryPools; member
Dvulkan_structs.hpp47764 : performanceCounterQueryPools( performanceCounterQueryPools_ )
47798 performanceCounterQueryPools = performanceCounterQueryPools_; in setPerformanceCounterQueryPools()
47826 ( performanceCounterQueryPools == rhs.performanceCounterQueryPools ) && in operator ==()
47839 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterQueryPools = {}; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h7288 VkBool32 performanceCounterQueryPools; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7280 VkBool32 performanceCounterQueryPools; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h8486 VkBool32 performanceCounterQueryPools; member
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt4985 pname:performanceCounterQueryPools>>, if the
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp62410 , performanceCounterQueryPools( performanceCounterQueryPools_ )
62441 performanceCounterQueryPools = performanceCounterQueryPools_; in setPerformanceCounterQueryPools()
62471 …return std::tie( sType, pNext, performanceCounterQueryPools, performanceCounterMultipleQueryPools … in reflect()
62483 … rhs.sType ) && ( pNext == rhs.pNext ) && ( performanceCounterQueryPools == rhs.performanceCounter… in operator ==()
62497 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterQueryPools = {}; member

12