Home
last modified time | relevance | path

Searched refs:VkDeviceGroupCommandBufferBeginInfo (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp74 return sizeof(VkDeviceGroupCommandBufferBeginInfo); in goldfish_vk_extension_struct_size()
2184 return sizeof(VkDeviceGroupCommandBufferBeginInfo); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy.h463 const VkDeviceGroupCommandBufferBeginInfo* from,
464 VkDeviceGroupCommandBufferBeginInfo* to);
Dgoldfish_vk_transform.h759 VkDecoderGlobalState* resourceTracker, VkDeviceGroupCommandBufferBeginInfo* toTransform);
762 VkDecoderGlobalState* resourceTracker, VkDeviceGroupCommandBufferBeginInfo* toTransform);
Dgoldfish_vk_marshaling.h928 const VkDeviceGroupCommandBufferBeginInfo* forMarshaling);
932 VkDeviceGroupCommandBufferBeginInfo* forUnmarshaling);
Dgoldfish_vk_transform.cpp2548 VkDecoderGlobalState* resourceTracker, VkDeviceGroupCommandBufferBeginInfo* toTransform) { in transform_tohost_VkDeviceGroupCommandBufferBeginInfo()
2557 VkDecoderGlobalState* resourceTracker, VkDeviceGroupCommandBufferBeginInfo* toTransform) { in transform_fromhost_VkDeviceGroupCommandBufferBeginInfo()
9001 reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>(structExtension_out)); in transform_tohost_extension_struct()
10271 reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_reserved_marshaling.h470 VkDeviceGroupCommandBufferBeginInfo* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp2402 const VkDeviceGroupCommandBufferBeginInfo* from, in deepcopy_VkDeviceGroupCommandBufferBeginInfo()
2403 VkDeviceGroupCommandBufferBeginInfo* to) { in deepcopy_VkDeviceGroupCommandBufferBeginInfo()
9849 reinterpret_cast<const VkDeviceGroupCommandBufferBeginInfo*>(structExtension), in deepcopy_extension_struct()
9850 reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_marshaling.cpp5375 const VkDeviceGroupCommandBufferBeginInfo* forMarshaling) { in marshal_VkDeviceGroupCommandBufferBeginInfo()
5387 VkDeviceGroupCommandBufferBeginInfo* forUnmarshaling) { in unmarshal_VkDeviceGroupCommandBufferBeginInfo()
19368 reinterpret_cast<const VkDeviceGroupCommandBufferBeginInfo*>(structExtension)); in marshal_extension_struct()
20780 reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>(structExtension_out)); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp3988 VkDeviceGroupCommandBufferBeginInfo* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkDeviceGroupCommandBufferBeginInfo()
15002 reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>(structExtension_out), ptr); in reservedunmarshal_extension_struct()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp533 …_NAMESPACE::DeviceGroupCommandBufferBeginInfo ) == sizeof( VkDeviceGroupCommandBufferBeginInfo ), …
Dvulkan_core.h5192 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct
5196 } VkDeviceGroupCommandBufferBeginInfo; argument
8599 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
Dvulkansc_structs.hpp11699 using NativeType = VkDeviceGroupCommandBufferBeginInfo;
11712 …DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo()
11720 …DeviceGroupCommandBufferBeginInfo & operator=( VkDeviceGroupCommandBufferBeginInfo const & rhs ) V… in operator =()
11741 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()
11743 return *reinterpret_cast<const VkDeviceGroupCommandBufferBeginInfo*>( this ); in operator VkDeviceGroupCommandBufferBeginInfo const&()
11746 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()
11748 return *reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>( this ); in operator VkDeviceGroupCommandBufferBeginInfo&()
Dvulkan_static_assertions.hpp569 …_NAMESPACE::DeviceGroupCommandBufferBeginInfo ) == sizeof( VkDeviceGroupCommandBufferBeginInfo ), …
Dvulkan_structs.hpp25915 using NativeType = VkDeviceGroupCommandBufferBeginInfo;
25928 …DeviceGroupCommandBufferBeginInfo( VkDeviceGroupCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NO… in DeviceGroupCommandBufferBeginInfo()
25936 …DeviceGroupCommandBufferBeginInfo & operator=( VkDeviceGroupCommandBufferBeginInfo const & rhs ) V… in operator =()
25957 operator VkDeviceGroupCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo const&()
25959 return *reinterpret_cast<const VkDeviceGroupCommandBufferBeginInfo*>( this ); in operator VkDeviceGroupCommandBufferBeginInfo const&()
25962 operator VkDeviceGroupCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkDeviceGroupCommandBufferBeginInfo&()
25964 return *reinterpret_cast<VkDeviceGroupCommandBufferBeginInfo*>( this ); in operator VkDeviceGroupCommandBufferBeginInfo&()