Home
last modified time | relevance | path

Searched refs:VkSubpassResolvePerformanceQueryEXT (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c195VkSubpassResolvePerformanceQueryEXT *perf = (void*)vk_find_struct_const(pFormatProperties->pNext, … in lvp_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14026 typedef struct VkSubpassResolvePerformanceQueryEXT { struct
14030 } VkSubpassResolvePerformanceQueryEXT; argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h15091 typedef struct VkSubpassResolvePerformanceQueryEXT { struct
15095 } VkSubpassResolvePerformanceQueryEXT; typedef
Dvulkan_static_assertions.hpp5658 …PP_NAMESPACE::SubpassResolvePerformanceQueryEXT ) == sizeof( VkSubpassResolvePerformanceQueryEXT ),
Dvulkan_structs.hpp97170 using NativeType = VkSubpassResolvePerformanceQueryEXT;
97184 …SubpassResolvePerformanceQueryEXT( VkSubpassResolvePerformanceQueryEXT const & rhs ) VULKAN_HPP_NO… in SubpassResolvePerformanceQueryEXT()
97192 …SubpassResolvePerformanceQueryEXT & operator=( VkSubpassResolvePerformanceQueryEXT const & rhs ) V… in operator =()
97198 operator VkSubpassResolvePerformanceQueryEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT const&()
97200 return *reinterpret_cast<const VkSubpassResolvePerformanceQueryEXT *>( this ); in operator VkSubpassResolvePerformanceQueryEXT const&()
97203 operator VkSubpassResolvePerformanceQueryEXT &() VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT&()
97205 return *reinterpret_cast<VkSubpassResolvePerformanceQueryEXT *>( this ); in operator VkSubpassResolvePerformanceQueryEXT&()