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; typedef
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h14295 typedef struct VkSubpassResolvePerformanceQueryEXT { struct
14299 } VkSubpassResolvePerformanceQueryEXT; argument
Dvulkan_static_assertions.hpp5508 …PP_NAMESPACE::SubpassResolvePerformanceQueryEXT ) == sizeof( VkSubpassResolvePerformanceQueryEXT ),
Dvulkan_structs.hpp91299 using NativeType = VkSubpassResolvePerformanceQueryEXT;
91313 …SubpassResolvePerformanceQueryEXT( VkSubpassResolvePerformanceQueryEXT const & rhs ) VULKAN_HPP_NO… in SubpassResolvePerformanceQueryEXT()
91321 …SubpassResolvePerformanceQueryEXT & operator=( VkSubpassResolvePerformanceQueryEXT const & rhs ) V… in operator =()
91327 operator VkSubpassResolvePerformanceQueryEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT const&()
91329 return *reinterpret_cast<const VkSubpassResolvePerformanceQueryEXT *>( this ); in operator VkSubpassResolvePerformanceQueryEXT const&()
91332 operator VkSubpassResolvePerformanceQueryEXT &() VULKAN_HPP_NOEXCEPT in operator VkSubpassResolvePerformanceQueryEXT&()
91334 return *reinterpret_cast<VkSubpassResolvePerformanceQueryEXT *>( this ); in operator VkSubpassResolvePerformanceQueryEXT&()