Searched refs:VkDeviceGroupCommandBufferBeginInfo (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_command_buffer.h | 315 /* struct VkDeviceGroupCommandBufferBeginInfo chain */ 325 vn_sizeof_VkDeviceGroupCommandBufferBeginInfo_self(const VkDeviceGroupCommandBufferBeginInfo *val) in vn_sizeof_VkDeviceGroupCommandBufferBeginInfo_self() 334 vn_sizeof_VkDeviceGroupCommandBufferBeginInfo(const VkDeviceGroupCommandBufferBeginInfo *val) in vn_sizeof_VkDeviceGroupCommandBufferBeginInfo() 353 vn_encode_VkDeviceGroupCommandBufferBeginInfo_self(struct vn_cs_encoder *enc, const VkDeviceGroupCommandBufferBeginInfo *val) in vn_encode_VkDeviceGroupCommandBufferBeginInfo_self() 360 vn_encode_VkDeviceGroupCommandBufferBeginInfo(struct vn_cs_encoder *enc, const VkDeviceGroupCommandBufferBeginInfo *val) in vn_encode_VkDeviceGroupCommandBufferBeginInfo() 382 size += vn_sizeof_VkDeviceGroupCommandBufferBeginInfo_self((const VkDeviceGroupCommandBufferBeginInfo *)pnext); in vn_sizeof_VkCommandBufferBeginInfo_pnext() 429 vn_encode_VkDeviceGroupCommandBufferBeginInfo_self(enc, (const VkDeviceGroupCommandBufferBeginInfo *)pnext); in vn_encode_VkCommandBufferBeginInfo_pnext()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4618 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 4622 } VkDeviceGroupCommandBufferBeginInfo; typedef 6481 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2302 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 2306 } VkDeviceGroupCommandBufferBeginInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3688 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 3692 } VkDeviceGroupCommandBufferBeginInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 787 static void parse_VkDeviceGroupCommandBufferBeginInfo(const char* s, Json::Value& obj, VkDeviceGroupCommandBufferBeginInfo& o); 1217 p = s_globalMem.allocate(sizeof(VkDeviceGroupCommandBufferBeginInfo)); in parsePNextChain() 1218 parse_VkDeviceGroupCommandBufferBeginInfo("", pNextObj, *((VkDeviceGroupCommandBufferBeginInfo*)p)); in parsePNextChain() 7775 static void parse_VkDeviceGroupCommandBufferBeginInfo(const char* s, Json::Value& obj, VkDeviceGroupCommandBufferBeginInfo& o) { in parse_VkDeviceGroupCommandBufferBeginInfo() 7779 o.pNext = (VkDeviceGroupCommandBufferBeginInfo*)parsePNextChain(obj); in parse_VkDeviceGroupCommandBufferBeginInfo()
|
H A D | vulkan_json_data.hpp | 14946 static void print_VkDeviceGroupCommandBufferBeginInfo(VkDeviceGroupCommandBufferBeginInfo obj, const std::string& s, bool commaNeeded=true) { in print_VkDeviceGroupCommandBufferBeginInfo() 14969 static void print_VkDeviceGroupCommandBufferBeginInfo(const VkDeviceGroupCommandBufferBeginInfo * obj, const std::string& s, bool commaNeeded=true) { in print_VkDeviceGroupCommandBufferBeginInfo() [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4976 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 4980 } VkDeviceGroupCommandBufferBeginInfo; typedef 7946 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 4712 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 4716 } VkDeviceGroupCommandBufferBeginInfo; typedef 6580 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
|
H A D | vulkan_structs.hpp | 19871 using NativeType = VkDeviceGroupCommandBufferBeginInfo; 19885 DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT 19893 DeviceGroupCommandBufferBeginInfo & operator=( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT 19913 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT 19915 return *reinterpret_cast<const VkDeviceGroupCommandBufferBeginInfo *>( this ); 19918 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT 19920 return *reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo *>( this ); 19943 sizeof( VkDeviceGroupCommandBufferBeginInfo ), [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4761 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 4765 } VkDeviceGroupCommandBufferBeginInfo; typedef 6740 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5129 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 5133 } VkDeviceGroupCommandBufferBeginInfo; typedef 8940 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
|
H A D | vulkan_static_assertions.hpp | 735 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo ) == sizeof( VkDeviceGroupCommandBufferBeginInfo ),
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 474 milliseconds