Home
last modified time | relevance | path

Searched refs:VkQueryPoolPerformanceQueryCreateInfoINTEL (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_INTEL_performance_query.txt52 VkQueryPoolPerformanceQueryCreateInfoINTEL queryPoolIntel = {
173 VkQueryPoolPerformanceQueryCreateInfoINTEL
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_INTEL_performance_query/
Dqueries.txt139 [open,refpage='VkQueryPoolPerformanceQueryCreateInfoINTEL',desc='Structure specifying parameters to…
141 The sname:VkQueryPoolPerformanceQueryCreateInfoINTEL structure is defined
144 include::{generated}/api/structs/VkQueryPoolPerformanceQueryCreateInfoINTEL.txt[]
151 sname:VkQueryPoolPerformanceQueryCreateInfoINTEL structure to the
160 include::{generated}/validity/structs/VkQueryPoolPerformanceQueryCreateInfoINTEL.txt[]
166 slink:VkQueryPoolPerformanceQueryCreateInfoINTEL::pname:performanceCountersSampling
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl1854 template<> VkStructureType getStructureType<VkQueryPoolPerformanceQueryCreateInfoINTEL> (void)
DvkStructTypes.inl4568 struct VkQueryPoolPerformanceQueryCreateInfoINTEL struct
7956 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
DvkVulkan_c.inl12267 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
12271 } VkQueryPoolPerformanceQueryCreateInfoINTEL; argument
12273 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
DvkStrUtil.inl1000 std::ostream& operator<< (std::ostream& s, const VkQueryPoolPerformanceQueryCreateInfoINTEL& value);
DvkStrUtilImpl.inl10661 std::ostream& operator<< (std::ostream& s, const VkQueryPoolPerformanceQueryCreateInfoINTEL& value)
10663 s << "VkQueryPoolPerformanceQueryCreateInfoINTEL = {\n";
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10742 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
10746 } VkQueryPoolPerformanceQueryCreateInfoINTEL; typedef
10748 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h11305 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
11309 } VkQueryPoolPerformanceQueryCreateInfoINTEL; argument
11311 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h11313 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
11317 } VkQueryPoolPerformanceQueryCreateInfoINTEL; typedef
11319 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11145 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
11149 } VkQueryPoolPerformanceQueryCreateInfoINTEL; argument
11151 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
Dvulkan_structs.hpp63665 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
63681 … QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) in QueryPoolPerformanceQueryCreateInfoINTEL()
63692 operator=( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
63713 operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
63715 return *reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL *>( this ); in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
63718 operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
63720 return *reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL *>( this ); in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
63745 sizeof( VkQueryPoolPerformanceQueryCreateInfoINTEL ),
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h12231 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
12235 } VkQueryPoolPerformanceQueryCreateInfoINTEL; argument
12237 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h12849 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
12853 } VkQueryPoolPerformanceQueryCreateInfoINTEL; argument
12855 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
Dvulkan_static_assertions.hpp4012 …:QueryPoolPerformanceQueryCreateInfoINTEL ) == sizeof( VkQueryPoolPerformanceQueryCreateInfoINTEL
Dvulkan_structs.hpp87150 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
87166 …QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL()
87174 …QueryPoolPerformanceQueryCreateInfoINTEL & operator=( VkQueryPoolPerformanceQueryCreateInfoINTEL c… in operator =()
87195 operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
87197 return *reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL *>( this ); in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
87200 operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
87202 return *reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL *>( this ); in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt3280 slink:VkQueryPoolPerformanceQueryCreateInfoINTEL (public issue 1207,
3352 slink:VkQueryPoolPerformanceQueryCreateInfoINTEL in the