Home
last modified time | relevance | path

Searched refs:VkFramebufferMixedSamplesCombinationNV (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h13851 typedef struct VkFramebufferMixedSamplesCombinationNV { struct
13858 } VkFramebufferMixedSamplesCombinationNV; argument
13860 …sicalDevice physicalDevice, uint32_t* pCombinationCount, VkFramebufferMixedSamplesCombinationNV* p…
13866 VkFramebufferMixedSamplesCombinationNV* pCombinations);
Dvulkan_static_assertions.hpp2976 …SPACE::FramebufferMixedSamplesCombinationNV ) == sizeof( VkFramebufferMixedSamplesCombinationNV ),…
Dvulkan_funcs.hpp14189 …V( m_physicalDevice, pCombinationCount, reinterpret_cast<VkFramebufferMixedSamplesCombinationNV *>… in getSupportedFramebufferMixedSamplesCombinationsNV()
14208 …V( m_physicalDevice, &combinationCount, reinterpret_cast<VkFramebufferMixedSamplesCombinationNV *>… in getSupportedFramebufferMixedSamplesCombinationsNV()
14235 …V( m_physicalDevice, &combinationCount, reinterpret_cast<VkFramebufferMixedSamplesCombinationNV *>… in getSupportedFramebufferMixedSamplesCombinationsNV()
Dvulkan_structs.hpp35833 using NativeType = VkFramebufferMixedSamplesCombinationNV;
35846 …FramebufferMixedSamplesCombinationNV( VkFramebufferMixedSamplesCombinationNV const & rhs ) VULKAN_… in FramebufferMixedSamplesCombinationNV()
35854 …FramebufferMixedSamplesCombinationNV & operator=( VkFramebufferMixedSamplesCombinationNV const & r… in operator =()
35861 operator VkFramebufferMixedSamplesCombinationNV const &() const VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV const&()
35863 return *reinterpret_cast<const VkFramebufferMixedSamplesCombinationNV*>( this ); in operator VkFramebufferMixedSamplesCombinationNV const&()
35866 operator VkFramebufferMixedSamplesCombinationNV &() VULKAN_HPP_NOEXCEPT in operator VkFramebufferMixedSamplesCombinationNV&()
35868 return *reinterpret_cast<VkFramebufferMixedSamplesCombinationNV*>( this ); in operator VkFramebufferMixedSamplesCombinationNV&()
Dvulkan.hpp3999 …icalDevice physicalDevice, uint32_t * pCombinationCount, VkFramebufferMixedSamplesCombinationNV * … in vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV()
Dvulkan_raii.hpp16978 … m_physicalDevice ), &combinationCount, reinterpret_cast<VkFramebufferMixedSamplesCombinationNV *>… in getSupportedFramebufferMixedSamplesCombinationsNV()