/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/ |
D | querycreateinfo.adoc | 26 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-performanceCounterQueryPools-03237]] 27 The <<features-performanceCounterQueryPools, 28 pname:performanceCounterQueryPools>> feature must: be enabled
|
D | querycreateinfo.txt | 26 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-performanceCounterQueryPools-03237]] 27 The <<features-performanceCounterQueryPools, 28 pname:performanceCounterQueryPools>> feature must: be enabled
|
D | features.adoc | 18 * [[features-performanceCounterQueryPools]] 19 pname:performanceCounterQueryPools indicates whether the implementation
|
D | features.txt | 18 * [[features-performanceCounterQueryPools]] 19 pname:performanceCounterQueryPools indicates whether the implementation
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | mandatory_features.txt | 74 VkPhysicalDevicePerformanceQueryFeaturesKHR FEATURES ( performanceCounterQueryPools ) REQU…
|
D | vulkan_sc_core.h | 5711 VkBool32 performanceCounterQueryPools; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_performance_query.txt | 150 // A previously created device that had the performanceCounterQueryPools feature
|
D | VK_KHR_performance_query.adoc | 150 // A previously created device that had the performanceCounterQueryPools feature
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 233 if (!m_context.getPerformanceQueryFeatures().performanceCounterQueryPools) in setupCounters()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 233 if (!m_context.getPerformanceQueryFeatures().performanceCounterQueryPools) in setupCounters()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 784 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/ |
D | vkMandatoryFeatures.inl | 1771 if ( physicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools == VK_FALSE ) 1773 …log << tcu::TestLog::Message << "Mandatory feature performanceCounterQueryPools not supported" << …
|
D | vkDeviceFeatures2.inl | 1814 …formanceQueryFeaturesKHR[0].performanceCounterQueryPools != devicePerformanceQueryFeaturesKHR[1].p…
|
D | vkStructTypes.inl | 4786 VkBool32 performanceCounterQueryPools; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 1325 features->performanceCounterQueryPools = in v3dv_GetPhysicalDeviceFeatures2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1853 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/ |
D | anv_device.c | 1639 feature->performanceCounterQueryPools = true; in anv_GetPhysicalDeviceFeatures2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7019 VkBool32 performanceCounterQueryPools; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 7120 VkBool32 performanceCounterQueryPools; member
|
D | vulkan_structs.hpp | 47764 : 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/ |
D | vulkan_core.h | 7288 VkBool32 performanceCounterQueryPools; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 7280 VkBool32 performanceCounterQueryPools; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 8486 VkBool32 performanceCounterQueryPools; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | features.txt | 4985 pname:performanceCounterQueryPools>>, if the
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 62410 , 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
|