Home
last modified time | relevance | path

Searched refs:VkBindImagePlaneMemoryInfo (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp105 vector<vk::VkBindImagePlaneMemoryInfo> planeInfos; in imageOffsetTest()
119 vk::VkBindImagePlaneMemoryInfo planeInfo = in imageOffsetTest()
H A DvktYCbCrViewTests.cpp515 VkBindImagePlaneMemoryInfo planeInfo = in testPlaneView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp105 vector<vk::VkBindImagePlaneMemoryInfo> planeInfos; in imageOffsetTest()
119 vk::VkBindImagePlaneMemoryInfo planeInfo = in imageOffsetTest()
H A DvktYCbCrViewTests.cpp467 VkBindImagePlaneMemoryInfo planeInfo = in testPlaneView()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp429 vector<VkBindImagePlaneMemoryInfo> planeInfos; in bindImagePlanesMemory()
440 VkBindImagePlaneMemoryInfo planeInfo = in bindImagePlanesMemory()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h560 /* struct VkBindImagePlaneMemoryInfo chain */
570 vn_sizeof_VkBindImagePlaneMemoryInfo_self(const VkBindImagePlaneMemoryInfo *val) in vn_sizeof_VkBindImagePlaneMemoryInfo_self()
579 vn_sizeof_VkBindImagePlaneMemoryInfo(const VkBindImagePlaneMemoryInfo *val) in vn_sizeof_VkBindImagePlaneMemoryInfo()
598 vn_encode_VkBindImagePlaneMemoryInfo_self(struct vn_cs_encoder *enc, const VkBindImagePlaneMemoryInfo *val) in vn_encode_VkBindImagePlaneMemoryInfo_self()
605 vn_encode_VkBindImagePlaneMemoryInfo(struct vn_cs_encoder *enc, const VkBindImagePlaneMemoryInfo *val) in vn_encode_VkBindImagePlaneMemoryInfo()
633 size += vn_sizeof_VkBindImagePlaneMemoryInfo_self((const VkBindImagePlaneMemoryInfo *)pnext); in vn_sizeof_VkBindImageMemoryInfo_pnext()
685 vn_encode_VkBindImagePlaneMemoryInfo_self(enc, (const VkBindImagePlaneMemoryInfo *)pnext); in vn_encode_VkBindImageMemoryInfo_pnext()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c57 * VkBindImagePlaneMemoryInfo and VkDeviceImageMemoryRequirements.
1869 const VkBindImagePlaneMemoryInfo *plane_info = in anv_BindImageMemory2()
1870 (const VkBindImagePlaneMemoryInfo *) s; in anv_BindImageMemory2()
1876 * VK_IMAGE_CREATE_DISJOINT_BIT), VkBindImagePlaneMemoryInfo allows in anv_BindImageMemory2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1046 VkBindImagePlaneMemoryInfo planes[3]; in resource_object_create()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4876 typedef struct VkBindImagePlaneMemoryInfo { struct
4880 } VkBindImagePlaneMemoryInfo; typedef
7310 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h2416 typedef struct VkBindImagePlaneMemoryInfo { struct
2420 } VkBindImagePlaneMemoryInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3911 typedef struct VkBindImagePlaneMemoryInfo { struct
3915 } VkBindImagePlaneMemoryInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp824 static void parse_VkBindImagePlaneMemoryInfo(const char* s, Json::Value& obj, VkBindImagePlaneMemoryInfo& o);
1337 p = s_globalMem.allocate(sizeof(VkBindImagePlaneMemoryInfo)); in parsePNextChain()
1338 parse_VkBindImagePlaneMemoryInfo("", pNextObj, *((VkBindImagePlaneMemoryInfo*)p)); in parsePNextChain()
8210 static void parse_VkBindImagePlaneMemoryInfo(const char* s, Json::Value& obj, VkBindImagePlaneMemoryInfo& o) { in parse_VkBindImagePlaneMemoryInfo()
8214 o.pNext = (VkBindImagePlaneMemoryInfo*)parsePNextChain(obj); in parse_VkBindImagePlaneMemoryInfo()
H A Dvulkan_json_data.hpp16933 static void print_VkBindImagePlaneMemoryInfo(VkBindImagePlaneMemoryInfo obj, const std::string& s, bool commaNeeded=true) { in print_VkBindImagePlaneMemoryInfo()
16956 static void print_VkBindImagePlaneMemoryInfo(const VkBindImagePlaneMemoryInfo * obj, const std::string& s, bool commaNeeded=true) { in print_VkBindImagePlaneMemoryInfo()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5234 typedef struct VkBindImagePlaneMemoryInfo { struct
5238 } VkBindImagePlaneMemoryInfo; typedef
8779 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h4970 typedef struct VkBindImagePlaneMemoryInfo { struct
4974 } VkBindImagePlaneMemoryInfo; typedef
7413 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
H A Dvulkan_structs.hpp6421 using NativeType = VkBindImagePlaneMemoryInfo;
6435 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT
6442 BindImagePlaneMemoryInfo & operator=( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT
6463 operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT
6465 return *reinterpret_cast<const VkBindImagePlaneMemoryInfo *>( this );
6468 operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT
6470 return *reinterpret_cast<VkBindImagePlaneMemoryInfo *>( this );
6493 sizeof( VkBindImagePlaneMemoryInfo ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5019 typedef struct VkBindImagePlaneMemoryInfo { struct
5023 } VkBindImagePlaneMemoryInfo; typedef
7573 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2648 VkBindImagePlaneMemoryInfo plane_info[AV_DRM_MAX_PLANES]; in vulkan_map_from_drm_frame_desc()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5387 typedef struct VkBindImagePlaneMemoryInfo { struct
5391 } VkBindImagePlaneMemoryInfo; typedef
9804 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
H A Dvulkan_static_assertions.hpp956 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo ) == sizeof( VkBindImagePlaneMemoryInfo ),
H A Dvulkan_structs.hpp8403 using NativeType = VkBindImagePlaneMemoryInfo;
8418 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT
8426 BindImagePlaneMemoryInfo & operator=( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT
8446 operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT
8448 return *reinterpret_cast<const VkBindImagePlaneMemoryInfo *>( this );
8451 operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT
8453 return *reinterpret_cast<VkBindImagePlaneMemoryInfo *>( this );
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c5899 const VkBindImagePlaneMemoryInfo *plane_info = in radv_BindImageMemory2()

Completed in 493 milliseconds