Home
last modified time | relevance | path

Searched refs:performanceCountersSampling (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4572 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
DvkVulkan_c.inl12270 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
DvkStrUtilImpl.inl10652 s << "\tperformanceCountersSampling = " << value.performanceCountersSampling << '\n';
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9065 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10745 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h11308 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11148 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
Dvulkan_structs.hpp63675 : performanceCountersSampling( performanceCountersSampling_ ) in QueryPoolPerformanceQueryCreateInfoINTEL()
63708 performanceCountersSampling = performanceCountersSampling_; in setPerformanceCountersSampling()
63729 ( performanceCountersSampling == rhs.performanceCountersSampling ); in operator ==()
63741 VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling = member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h12234 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp81934 , performanceCountersSampling( performanceCountersSampling_ ) in QueryPoolPerformanceQueryCreateInfoINTEL()
81964 performanceCountersSampling = performanceCountersSampling_; in setPerformanceCountersSampling()
81987 return std::tie( sType, pNext, performanceCountersSampling ); in reflect()
81999 …= rhs.sType ) && ( pNext == rhs.pNext ) && ( performanceCountersSampling == rhs.performanceCounter… in operator ==()
82012 …VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling = VULKAN_HPP_NAMESPAC… member
Dvulkan_core.h12362 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
Dvulkan_hash.hpp11229 …KAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceQueryCreateInfoINTEL.performanceCountersSampling ); in operator ()()