Searched refs:VkDeviceGroupCommandBufferBeginInfo (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_extension_structs.cpp | 74 return sizeof(VkDeviceGroupCommandBufferBeginInfo); in goldfish_vk_extension_struct_size() 2184 return sizeof(VkDeviceGroupCommandBufferBeginInfo); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 463 const VkDeviceGroupCommandBufferBeginInfo* from, 464 VkDeviceGroupCommandBufferBeginInfo* to);
|
D | goldfish_vk_transform.h | 759 VkDecoderGlobalState* resourceTracker, VkDeviceGroupCommandBufferBeginInfo* toTransform); 762 VkDecoderGlobalState* resourceTracker, VkDeviceGroupCommandBufferBeginInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 928 const VkDeviceGroupCommandBufferBeginInfo* forMarshaling); 932 VkDeviceGroupCommandBufferBeginInfo* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 2548 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()
|
D | goldfish_vk_reserved_marshaling.h | 470 VkDeviceGroupCommandBufferBeginInfo* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 2402 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()
|
D | goldfish_vk_marshaling.cpp | 5375 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 3988 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/ |
D | vulkansc_static_assertions.hpp | 533 …_NAMESPACE::DeviceGroupCommandBufferBeginInfo ) == sizeof( VkDeviceGroupCommandBufferBeginInfo ), …
|
D | vulkan_core.h | 5192 typedef struct VkDeviceGroupCommandBufferBeginInfo { struct 5196 } VkDeviceGroupCommandBufferBeginInfo; argument 8599 typedef VkDeviceGroupCommandBufferBeginInfo VkDeviceGroupCommandBufferBeginInfoKHR;
|
D | vulkansc_structs.hpp | 11699 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&()
|
D | vulkan_static_assertions.hpp | 569 …_NAMESPACE::DeviceGroupCommandBufferBeginInfo ) == sizeof( VkDeviceGroupCommandBufferBeginInfo ), …
|
D | vulkan_structs.hpp | 25915 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&()
|