Home
last modified time | relevance | path

Searched refs:VkExternalFormatANDROID (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_android.h87 typedef struct VkExternalFormatANDROID { struct
91 } VkExternalFormatANDROID; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_android.h87 typedef struct VkExternalFormatANDROID { struct
91 } VkExternalFormatANDROID; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_android.h87 typedef struct VkExternalFormatANDROID { struct
91 } VkExternalFormatANDROID; typedef
H A Dvulkan_structs.hpp24893 using NativeType = VkExternalFormatANDROID;
24905 ExternalFormatANDROID( VkExternalFormatANDROID const & rhs ) VULKAN_HPP_NOEXCEPT
24912 ExternalFormatANDROID & operator=( VkExternalFormatANDROID const & rhs ) VULKAN_HPP_NOEXCEPT
24932 operator VkExternalFormatANDROID const &() const VULKAN_HPP_NOEXCEPT
24934 return *reinterpret_cast<const VkExternalFormatANDROID *>( this );
24937 operator VkExternalFormatANDROID &() VULKAN_HPP_NOEXCEPT
24939 return *reinterpret_cast<VkExternalFormatANDROID *>( this );
24961 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalFormatANDROID ) == sizeof( VkExternalFormatANDROID ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_android.h87 typedef struct VkExternalFormatANDROID { struct
91 } VkExternalFormatANDROID; typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_android.h89 typedef struct VkExternalFormatANDROID { struct
93 } VkExternalFormatANDROID; typedef
H A Dvulkan_static_assertions.hpp3214 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalFormatANDROID ) == sizeof( VkExternalFormatANDROID ),
H A Dvulkan_structs.hpp[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkSamplerYcbcrConversion.cpp55 VkExternalFormatANDROID externalFormat; in Create()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c164 ((const VkExternalFormatANDROID *)src)->externalFormat; in vn_image_deferred_info_init()
693 const VkExternalFormatANDROID *ext_info = in vn_CreateSamplerYcbcrConversion()
H A Dvn_android.c1112 const VkExternalFormatANDROID *ext_info = in vn_android_image_from_ahb()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp230 VkExternalFormatANDROID externalFormat = {}; in initImpl()
252 // VkImageCreateInfo struct: If the pNext chain includes a VkExternalFormatANDROID structure in initImpl()
257 // If the pNext chain includes a VkExternalFormatANDROID structure whose externalFormat in initImpl()
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp342 VkExternalFormatANDROID externalFormat; in make_vk_backend_texture()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp138 const VkExternalFormatANDROID *externalFormatAndroid = reinterpret_cast<const VkExternalFormatANDROID *>(nextInfo); in GetImageFormat()
140 // VkExternalFormatANDROID: "If externalFormat is zero, the effect is as if the VkExternalFormatANDROID structure was not present." in GetImageFormat()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c687 const VkExternalFormatANDROID *android_format = in radv_select_android_external_format()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c114 const VkExternalFormatANDROID *ext_format = in vk_image_init()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c1677 /* Search for VkExternalFormatANDROID and resolve the format. */ in anv_CreateSamplerYcbcrConversion()
1679 const VkExternalFormatANDROID *ext_info = in anv_CreateSamplerYcbcrConversion()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp681 const VkExternalFormatANDROID externalFormatInfo { in importHardwareBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp4596 const VkExternalFormatANDROID *vkExternalFormat = in initExternalMemory()
4597 reinterpret_cast<const VkExternalFormatANDROID *>( in initExternalMemory()

Completed in 147 milliseconds