/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_image.h | 479 /* 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 D | vktDeviceGroupRendering.cpp | 1238 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate() 1528 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 1238 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate() 1528 VkBindImageMemoryDeviceGroupInfo devGroupBindInfo = in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 2096 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 D | vktWsiSwapchainTests.cpp | 2080 vector<VkBindImageMemoryDeviceGroupInfo > bindImageMemoryDeviceGroupInfo (numImages); in deviceGroupRenderTest2() 2099 VkBindImageMemoryDeviceGroupInfo bimdgInfo = in deviceGroupRenderTest2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4649 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 4656 } VkBindImageMemoryDeviceGroupInfo; typedef 6489 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2285 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 2292 } VkBindImageMemoryDeviceGroupInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3712 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 3719 } VkBindImageMemoryDeviceGroupInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 785 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 D | vulkan_json_data.hpp | 15215 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 D | vulkan_core.h | 5007 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 5014 } VkBindImageMemoryDeviceGroupInfo; typedef 7954 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 4743 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 4750 } VkBindImageMemoryDeviceGroupInfo; typedef 6588 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
|
H A D | vulkan_structs.hpp | 6067 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 D | vulkan_core.h | 4792 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 4799 } VkBindImageMemoryDeviceGroupInfo; typedef 6748 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5160 typedef struct VkBindImageMemoryDeviceGroupInfo { struct 5167 } VkBindImageMemoryDeviceGroupInfo; typedef 8948 typedef VkBindImageMemoryDeviceGroupInfo VkBindImageMemoryDeviceGroupInfoKHR;
|
H A D | vulkan_static_assertions.hpp | 759 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImageMemoryDeviceGroupInfo ) == sizeof( VkBindImageMemoryDeviceGroupInfo ),
|
H A D | vulkan_structs.hpp | 8011 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...] |