/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 105 vector<vk::VkBindImagePlaneMemoryInfo> planeInfos; in imageOffsetTest() 119 vk::VkBindImagePlaneMemoryInfo planeInfo = in imageOffsetTest()
|
H A D | vktYCbCrViewTests.cpp | 515 VkBindImagePlaneMemoryInfo planeInfo = in testPlaneView()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrImageOffsetTests.cpp | 105 vector<vk::VkBindImagePlaneMemoryInfo> planeInfos; in imageOffsetTest() 119 vk::VkBindImagePlaneMemoryInfo planeInfo = in imageOffsetTest()
|
H A D | vktYCbCrViewTests.cpp | 467 VkBindImagePlaneMemoryInfo planeInfo = in testPlaneView()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 429 vector<VkBindImagePlaneMemoryInfo> planeInfos; in bindImagePlanesMemory() 440 VkBindImagePlaneMemoryInfo planeInfo = in bindImagePlanesMemory()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_image.h | 560 /* 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 D | anv_image.c | 57 * 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 D | zink_resource.c | 1046 VkBindImagePlaneMemoryInfo planes[3]; in resource_object_create()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4876 typedef struct VkBindImagePlaneMemoryInfo { struct 4880 } VkBindImagePlaneMemoryInfo; typedef 7310 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2416 typedef struct VkBindImagePlaneMemoryInfo { struct 2420 } VkBindImagePlaneMemoryInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3911 typedef struct VkBindImagePlaneMemoryInfo { struct 3915 } VkBindImagePlaneMemoryInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 824 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 D | vulkan_json_data.hpp | 16933 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 D | vulkan_core.h | 5234 typedef struct VkBindImagePlaneMemoryInfo { struct 5238 } VkBindImagePlaneMemoryInfo; typedef 8779 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 4970 typedef struct VkBindImagePlaneMemoryInfo { struct 4974 } VkBindImagePlaneMemoryInfo; typedef 7413 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
|
H A D | vulkan_structs.hpp | 6421 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 D | vulkan_core.h | 5019 typedef struct VkBindImagePlaneMemoryInfo { struct 5023 } VkBindImagePlaneMemoryInfo; typedef 7573 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2648 VkBindImagePlaneMemoryInfo plane_info[AV_DRM_MAX_PLANES]; in vulkan_map_from_drm_frame_desc()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5387 typedef struct VkBindImagePlaneMemoryInfo { struct 5391 } VkBindImagePlaneMemoryInfo; typedef 9804 typedef VkBindImagePlaneMemoryInfo VkBindImagePlaneMemoryInfoKHR;
|
H A D | vulkan_static_assertions.hpp | 956 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo ) == sizeof( VkBindImagePlaneMemoryInfo ),
|
H A D | vulkan_structs.hpp | 8403 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 D | radv_device.c | 5899 const VkBindImagePlaneMemoryInfo *plane_info = in radv_BindImageMemory2()
|