Home
last modified time | relevance | path

Searched refs:VkSwapchainDisplayNativeHdrCreateInfoAMD (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp1171 return sizeof(VkSwapchainDisplayNativeHdrCreateInfoAMD); in goldfish_vk_extension_struct_size()
3285 return sizeof(VkSwapchainDisplayNativeHdrCreateInfoAMD); in goldfish_vk_extension_struct_size_with_stream_features()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h13524 typedef struct VkSwapchainDisplayNativeHdrCreateInfoAMD { struct
13528 } VkSwapchainDisplayNativeHdrCreateInfoAMD; argument
Dvulkan_static_assertions.hpp2828 …CE::SwapchainDisplayNativeHdrCreateInfoAMD ) == sizeof( VkSwapchainDisplayNativeHdrCreateInfoAMD )…
Dvulkan_structs.hpp101135 using NativeType = VkSwapchainDisplayNativeHdrCreateInfoAMD;
101148 …SwapchainDisplayNativeHdrCreateInfoAMD( VkSwapchainDisplayNativeHdrCreateInfoAMD const & rhs ) VUL… in SwapchainDisplayNativeHdrCreateInfoAMD()
101156 …SwapchainDisplayNativeHdrCreateInfoAMD & operator=( VkSwapchainDisplayNativeHdrCreateInfoAMD const… in operator =()
101177 operator VkSwapchainDisplayNativeHdrCreateInfoAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkSwapchainDisplayNativeHdrCreateInfoAMD const&()
101179 return *reinterpret_cast<const VkSwapchainDisplayNativeHdrCreateInfoAMD*>( this ); in operator VkSwapchainDisplayNativeHdrCreateInfoAMD const&()
101182 operator VkSwapchainDisplayNativeHdrCreateInfoAMD &() VULKAN_HPP_NOEXCEPT in operator VkSwapchainDisplayNativeHdrCreateInfoAMD&()
101184 return *reinterpret_cast<VkSwapchainDisplayNativeHdrCreateInfoAMD*>( this ); in operator VkSwapchainDisplayNativeHdrCreateInfoAMD&()