Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl172 …formanceQueryFeaturesKHR[0].performanceCounterQueryPools != devicePerformanceQueryFeaturesKHR[1].p…
DvkMandatoryFeatures.inl1228 if ( physicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools == VK_FALSE )
1230 …log << tcu::TestLog::Message << "Mandatory feature performanceCounterQueryPools not supported" << …
DvkDeviceFeatureTest.inl319 FEATURE_ITEM (VkPhysicalDevicePerformanceQueryFeaturesKHR, performanceCounterQueryPools),
DvkStructTypes.inl2735 VkBool32 performanceCounterQueryPools; member
DvkVulkan_c.inl8242 VkBool32 performanceCounterQueryPools; member
DvkStrUtilImpl.inl8197 s << "\tperformanceCounterQueryPools = " << value.performanceCounterQueryPools << '\n';
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt74 VkPhysicalDevicePerformanceQueryFeaturesKHR FEATURES ( performanceCounterQueryPools ) REQU…
/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/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/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7280 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/mesa3d/include/vulkan/
Dvulkan_core.h8486 VkBool32 performanceCounterQueryPools; member
/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
Dvulkan_core.h8608 VkBool32 performanceCounterQueryPools; member
Dvulkan_hash.hpp8556 …N_HPP_HASH_COMBINE( seed, physicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools ); in operator ()()