Searched refs:VkImageFormatListCreateInfoKHR (Results 1 – 17 of 17) sorted by relevance
133 const struct VkImageFormatListCreateInfoKHR *format_list = in radv_init_surface()134 (const struct VkImageFormatListCreateInfoKHR *) in radv_init_surface()
844 template<> VkStructureType getStructureType<VkImageFormatListCreateInfoKHR> (void)
2331 struct VkImageFormatListCreateInfoKHR struct
523 std::ostream& operator<< (std::ostream& s, const VkImageFormatListCreateInfoKHR& value);
6107 typedef struct VkImageFormatListCreateInfoKHR { struct6112 } VkImageFormatListCreateInfoKHR; typedef
5417 std::ostream& operator<< (std::ostream& s, const VkImageFormatListCreateInfoKHR& value)5419 s << "VkImageFormatListCreateInfoKHR = {\n";
526 const VkImageFormatListCreateInfoKHR formatListInfo = in makeImage()2075 const VkImageFormatListCreateInfoKHR formatListInfo = in makeSwapchain()
168 const VkImageFormatListCreateInfoKHR *fmt_list = in all_formats_ccs_e_compatible()
5058 typedef struct VkImageFormatListCreateInfoKHR { struct5063 } VkImageFormatListCreateInfoKHR; argument
5715 typedef struct VkImageFormatListCreateInfoKHR { struct5720 } VkImageFormatListCreateInfoKHR; argument
6002 typedef struct VkImageFormatListCreateInfoKHR { struct6007 } VkImageFormatListCreateInfoKHR; argument
31185 ImageFormatListCreateInfoKHR( VkImageFormatListCreateInfoKHR const & rhs ) in ImageFormatListCreateInfoKHR()31190 ImageFormatListCreateInfoKHR& operator=( VkImageFormatListCreateInfoKHR const & rhs ) in operator =()31214 operator VkImageFormatListCreateInfoKHR const&() const in operator VkImageFormatListCreateInfoKHR const&()31216 return *reinterpret_cast<const VkImageFormatListCreateInfoKHR*>( this ); in operator VkImageFormatListCreateInfoKHR const&()31219 operator VkImageFormatListCreateInfoKHR &() in operator VkImageFormatListCreateInfoKHR&()31221 return *reinterpret_cast<VkImageFormatListCreateInfoKHR*>( this ); in operator VkImageFormatListCreateInfoKHR&()31245 …static_assert( sizeof( ImageFormatListCreateInfoKHR ) == sizeof( VkImageFormatListCreateInfoKHR ),…
5941 typedef struct VkImageFormatListCreateInfoKHR { struct5946 } VkImageFormatListCreateInfoKHR; typedef
17053 ImageFormatListCreateInfoKHR( VkImageFormatListCreateInfoKHR const & rhs ) in ImageFormatListCreateInfoKHR()17058 ImageFormatListCreateInfoKHR& operator=( VkImageFormatListCreateInfoKHR const & rhs ) in operator =()17081 operator VkImageFormatListCreateInfoKHR const&() const in operator VkImageFormatListCreateInfoKHR const&()17083 return *reinterpret_cast<const VkImageFormatListCreateInfoKHR*>(this); in operator VkImageFormatListCreateInfoKHR const&()17086 operator VkImageFormatListCreateInfoKHR &() in operator VkImageFormatListCreateInfoKHR&()17088 return *reinterpret_cast<VkImageFormatListCreateInfoKHR*>(this); in operator VkImageFormatListCreateInfoKHR&()17112 …static_assert( sizeof( ImageFormatListCreateInfoKHR ) == sizeof( VkImageFormatListCreateInfoKHR ),…
6104 typedef struct VkImageFormatListCreateInfoKHR { struct6109 } VkImageFormatListCreateInfoKHR; argument
11778 …const auto *image_format_list = lvl_find_in_chain<VkImageFormatListCreateInfoKHR>(pCreateInfo->pNe… in ValidateCreateSwapchain()