Home
last modified time | relevance | path

Searched refs:VkBindImageMemoryDeviceGroupInfo (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image.h479 /* struct VkBindImageMemoryDeviceGroupInfo chain */
489 vn_sizeof_VkBindImageMemoryDeviceGroupInfo_self(const VkBindImageMemoryDeviceGroupInfo *val) in vn_sizeof_VkBindImageMemoryDeviceGroupInfo_self()
512 vn_sizeof_VkBindImageMemoryDeviceGroupInfo(const VkBindImageMemoryDeviceGroupInfo *val) in vn_sizeof_VkBindImageMemoryDeviceGroupInfo()
531 vn_encode_VkBindImageMemoryDeviceGroupInfo_self(struct vn_cs_encoder *enc, const VkBindImageMemoryDeviceGroupInfo *val) in vn_encode_VkBindImageMemoryDeviceGroupInfo_self()
552 vn_encode_VkBindImageMemoryDeviceGroupInfo(struct vn_cs_encoder *enc, const VkBindImageMemoryDeviceGroupInfo *val) in vn_encode_VkBindImageMemoryDeviceGroupInfo()
627 size += vn_sizeof_VkBindImageMemoryDeviceGroupInfo_self((const VkBindImageMemoryDeviceGroupInfo *)pnext); in vn_sizeof_VkBindImageMemoryInfo_pnext()
679 vn_encode_VkBindImageMemoryDeviceGroupInfo_self(enc, (const VkBindImageMemoryDeviceGroupInfo *)pnext); in vn_encode_VkBindImageMemoryInfo_pnext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp1238 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate()
1528 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp1238 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate()
1528 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp2096 vector<VkBindImageMemoryDeviceGroupInfo > bindImageMemoryDeviceGroupInfo (numImages); in deviceGroupRenderTest2()
2115 VkBindImageMemoryDeviceGroupInfo bimdgInfo = in deviceGroupRenderTest2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp2080 vector<VkBindImageMemoryDeviceGroupInfo > bindImageMemoryDeviceGroupInfo (numImages); in deviceGroupRenderTest2()
2099 VkBindImageMemoryDeviceGroupInfo bimdgInfo = in deviceGroupRenderTest2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4649 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
4656 } VkBindImageMemoryDeviceGroupInfo; typedef
6489 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h2285 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
2292 } VkBindImageMemoryDeviceGroupInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3712 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
3719 } VkBindImageMemoryDeviceGroupInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp785 static void parse_VkBindImageMemoryDeviceGroupInfo(const char* s, Json::Value& obj, VkBindImageMemoryDeviceGroupInfo& o);
1205 p = s_globalMem.allocate(sizeof(VkBindImageMemoryDeviceGroupInfo)); in parsePNextChain()
1206 parse_VkBindImageMemoryDeviceGroupInfo("", pNextObj, *((VkBindImageMemoryDeviceGroupInfo*)p)); in parsePNextChain()
7833 static void parse_VkBindImageMemoryDeviceGroupInfo(const char* s, Json::Value& obj, VkBindImageMemoryDeviceGroupInfo& o) { in parse_VkBindImageMemoryDeviceGroupInfo()
7837 o.pNext = (VkBindImageMemoryDeviceGroupInfo*)parsePNextChain(obj); in parse_VkBindImageMemoryDeviceGroupInfo()
H A Dvulkan_json_data.hpp15215 static void print_VkBindImageMemoryDeviceGroupInfo(VkBindImageMemoryDeviceGroupInfo obj, const std::string& s, bool commaNeeded=true) { in print_VkBindImageMemoryDeviceGroupInfo()
15274 static void print_VkBindImageMemoryDeviceGroupInfo(const VkBindImageMemoryDeviceGroupInfo * obj, const std::string& s, bool commaNeeded=true) { in print_VkBindImageMemoryDeviceGroupInfo()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5007 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
5014 } VkBindImageMemoryDeviceGroupInfo; typedef
7954 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h4743 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
4750 } VkBindImageMemoryDeviceGroupInfo; typedef
6588 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
H A Dvulkan_structs.hpp6067 using NativeType = VkBindImageMemoryDeviceGroupInfo;
6087 BindImageMemoryDeviceGroupInfo( VkBindImageMemoryDeviceGroupInfo const & rhs ) VULKAN_HPP_NOEXCEPT
6107 BindImageMemoryDeviceGroupInfo & operator=( VkBindImageMemoryDeviceGroupInfo const & rhs ) VULKAN_HPP_NOEXCEPT
6168 operator VkBindImageMemoryDeviceGroupInfo const &() const VULKAN_HPP_NOEXCEPT
6170 return *reinterpret_cast<const VkBindImageMemoryDeviceGroupInfo *>( this );
6173 operator VkBindImageMemoryDeviceGroupInfo &() VULKAN_HPP_NOEXCEPT
6175 return *reinterpret_cast<VkBindImageMemoryDeviceGroupInfo *>( this );
6204 sizeof( VkBindImageMemoryDeviceGroupInfo ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4792 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
4799 } VkBindImageMemoryDeviceGroupInfo; typedef
6748 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5160 typedef struct VkBindImageMemoryDeviceGroupInfo { struct
5167 } VkBindImageMemoryDeviceGroupInfo; typedef
8948 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
H A Dvulkan_static_assertions.hpp759 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImageMemoryDeviceGroupInfo ) == sizeof( VkBindImageMemoryDeviceGroupInfo ),
H A Dvulkan_structs.hpp8011 using NativeType = VkBindImageMemoryDeviceGroupInfo;
8032 BindImageMemoryDeviceGroupInfo( VkBindImageMemoryDeviceGroupInfo const & rhs ) VULKAN_HPP_NOEXCEPT
8053 BindImageMemoryDeviceGroupInfo & operator=( VkBindImageMemoryDeviceGroupInfo const & rhs ) VULKAN_HPP_NOEXCEPT
8112 operator VkBindImageMemoryDeviceGroupInfo const &() const VULKAN_HPP_NOEXCEPT
8114 return *reinterpret_cast<const VkBindImageMemoryDeviceGroupInfo *>( this );
8117 operator VkBindImageMemoryDeviceGroupInfo &() VULKAN_HPP_NOEXCEPT
8119 return *reinterpret_cast<VkBindImageMemoryDeviceGroupInfo *>( this );
[all...]

Completed in 444 milliseconds