Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_image.c133 const struct VkImageFormatListCreateInfoKHR *format_list = in radv_init_surface()
134 (const struct VkImageFormatListCreateInfoKHR *) in radv_init_surface()
/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl844 template<> VkStructureType getStructureType<VkImageFormatListCreateInfoKHR> (void)
DvkStructTypes.inl2331 struct VkImageFormatListCreateInfoKHR struct
DvkStrUtil.inl523 std::ostream& operator<< (std::ostream& s, const VkImageFormatListCreateInfoKHR& value);
DvkVulkan_c.inl6107 typedef struct VkImageFormatListCreateInfoKHR { struct
6112 } VkImageFormatListCreateInfoKHR; argument
DvkStrUtilImpl.inl5417 std::ostream& operator<< (std::ostream& s, const VkImageFormatListCreateInfoKHR& value)
5419 s << "VkImageFormatListCreateInfoKHR = {\n";
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp526 const VkImageFormatListCreateInfoKHR formatListInfo = in makeImage()
2075 const VkImageFormatListCreateInfoKHR formatListInfo = in makeSwapchain()
/external/mesa3d/src/intel/vulkan/
Danv_image.c168 const VkImageFormatListCreateInfoKHR *fmt_list = in all_formats_ccs_e_compatible()
/external/mesa3d/include/vulkan/
Dvulkan.h5058 typedef struct VkImageFormatListCreateInfoKHR { struct
5063 } VkImageFormatListCreateInfoKHR; argument
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5715 typedef struct VkImageFormatListCreateInfoKHR { struct
5720 } VkImageFormatListCreateInfoKHR; argument
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5715 typedef struct VkImageFormatListCreateInfoKHR { struct
5720 } VkImageFormatListCreateInfoKHR; typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6002 typedef struct VkImageFormatListCreateInfoKHR { struct
6007 } VkImageFormatListCreateInfoKHR; typedef
Dvulkan.hpp31185 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 ),…
/external/swiftshader/include/vulkan/
Dvulkan_core.h5941 typedef struct VkImageFormatListCreateInfoKHR { struct
5946 } VkImageFormatListCreateInfoKHR; argument
Dvulkan.hpp17053 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 ),…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in6104 typedef struct VkImageFormatListCreateInfoKHR { struct
6109 } VkImageFormatListCreateInfoKHR; typedef
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11778 …const auto *image_format_list = lvl_find_in_chain<VkImageFormatListCreateInfoKHR>(pCreateInfo->pNe… in ValidateCreateSwapchain()