/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 53 typedef struct VkPhysicalDeviceHostImageCopyPropertiesEXT { 62 } VkPhysicalDeviceHostImageCopyPropertiesEXT; 182 - Layouts in `VkPhysicalDeviceHostImageCopyPropertiesEXT::pCopySrcLayouts` 186 - Layouts in `VkPhysicalDeviceHostImageCopyPropertiesEXT::pCopyDstLayouts`.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_extension_structs_guest.cpp | 740 return sizeof(VkPhysicalDeviceHostImageCopyPropertiesEXT); in goldfish_vk_extension_struct_size() 1359 return sizeof(VkPhysicalDeviceHostImageCopyPropertiesEXT); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy_guest.h | 1823 const VkPhysicalDeviceHostImageCopyPropertiesEXT* from, 1824 VkPhysicalDeviceHostImageCopyPropertiesEXT* to);
|
D | goldfish_vk_transform_guest.h | 2892 ResourceTracker* resourceTracker, VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform); 2895 ResourceTracker* resourceTracker, VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 3418 const VkPhysicalDeviceHostImageCopyPropertiesEXT* forMarshaling); 3422 VkPhysicalDeviceHostImageCopyPropertiesEXT* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 7281 ResourceTracker* resourceTracker, VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform) { in transform_tohost_VkPhysicalDeviceHostImageCopyPropertiesEXT() 7290 ResourceTracker* resourceTracker, VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform) { in transform_fromhost_VkPhysicalDeviceHostImageCopyPropertiesEXT() 8883 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in transform_tohost_extension_struct() 9963 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_counting_guest.h | 1663 const VkPhysicalDeviceHostImageCopyPropertiesEXT* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 1838 const VkPhysicalDeviceHostImageCopyPropertiesEXT* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 7863 const VkPhysicalDeviceHostImageCopyPropertiesEXT* from, in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT() 7864 VkPhysicalDeviceHostImageCopyPropertiesEXT* to) { in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT() 9891 reinterpret_cast<const VkPhysicalDeviceHostImageCopyPropertiesEXT*>( in deepcopy_extension_struct() 9893 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in deepcopy_extension_struct()
|
D | goldfish_vk_counting_guest.cpp | 6754 const VkPhysicalDeviceHostImageCopyPropertiesEXT* toCount, size_t* count) { in count_VkPhysicalDeviceHostImageCopyPropertiesEXT() 8486 reinterpret_cast<const VkPhysicalDeviceHostImageCopyPropertiesEXT*>( in count_extension_struct()
|
D | goldfish_vk_marshaling_guest.cpp | 12557 const VkPhysicalDeviceHostImageCopyPropertiesEXT* forMarshaling) { in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT() 12587 VkPhysicalDeviceHostImageCopyPropertiesEXT* forUnmarshaling) { in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT() 14635 reinterpret_cast<const VkPhysicalDeviceHostImageCopyPropertiesEXT*>( in marshal_extension_struct() 15836 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in unmarshal_extension_struct()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8448 const VkPhysicalDeviceHostImageCopyPropertiesEXT* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT() 10248 reinterpret_cast<const VkPhysicalDeviceHostImageCopyPropertiesEXT*>( in reservedmarshal_extension_struct()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/ |
D | copies.adoc | 85 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopyDstLayouts 223 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopySrcLayouts 400 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopySrcLayouts 403 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopyDstLayouts
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_extension_structs.cpp | 767 return sizeof(VkPhysicalDeviceHostImageCopyPropertiesEXT); in goldfish_vk_extension_struct_size() 1432 return sizeof(VkPhysicalDeviceHostImageCopyPropertiesEXT); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_deepcopy.h | 1870 const VkPhysicalDeviceHostImageCopyPropertiesEXT* from, 1871 VkPhysicalDeviceHostImageCopyPropertiesEXT* to);
|
D | goldfish_vk_transform.h | 3065 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform); 3068 VkDecoderGlobalState* resourceTracker, VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform);
|
D | goldfish_vk_marshaling.h | 3492 const VkPhysicalDeviceHostImageCopyPropertiesEXT* forMarshaling); 3496 VkPhysicalDeviceHostImageCopyPropertiesEXT* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 7664 VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform) { in transform_tohost_VkPhysicalDeviceHostImageCopyPropertiesEXT() 7674 VkPhysicalDeviceHostImageCopyPropertiesEXT* toTransform) { in transform_fromhost_VkPhysicalDeviceHostImageCopyPropertiesEXT() 9430 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in transform_tohost_extension_struct() 10590 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_reserved_marshaling.h | 1852 VkPhysicalDeviceHostImageCopyPropertiesEXT* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 8275 const VkPhysicalDeviceHostImageCopyPropertiesEXT* from, in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT() 8276 VkPhysicalDeviceHostImageCopyPropertiesEXT* to) { in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT() 10510 reinterpret_cast<const VkPhysicalDeviceHostImageCopyPropertiesEXT*>( in deepcopy_extension_struct() 10512 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in deepcopy_extension_struct()
|
D | goldfish_vk_marshaling.cpp | 16553 const VkPhysicalDeviceHostImageCopyPropertiesEXT* forMarshaling) { in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT() 16583 VkPhysicalDeviceHostImageCopyPropertiesEXT* forUnmarshaling) { in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT() 19323 reinterpret_cast<const VkPhysicalDeviceHostImageCopyPropertiesEXT*>( in marshal_extension_struct() 20601 reinterpret_cast<VkPhysicalDeviceHostImageCopyPropertiesEXT*>(structExtension_out)); in unmarshal_extension_struct()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 3701 [open,refpage='VkPhysicalDeviceHostImageCopyPropertiesEXT',desc='Structure enumerating image layout… 3703 The sname:VkPhysicalDeviceHostImageCopyPropertiesEXT structure is defined 3706 include::{generated}/api/structs/VkPhysicalDeviceHostImageCopyPropertiesEXT.adoc[] 3732 :refpage: VkPhysicalDeviceHostImageCopyPropertiesEXT 3767 include::{generated}/validity/structs/VkPhysicalDeviceHostImageCopyPropertiesEXT.adoc[]
|
D | resources.adoc | 1367 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:identicalMemoryTypeRequirements, 8076 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:identicalMemoryTypeRequirements 8097 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:identicalMemoryTypeRequirements
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14105 typedef struct VkPhysicalDeviceHostImageCopyPropertiesEXT { struct 14114 } VkPhysicalDeviceHostImageCopyPropertiesEXT; typedef
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_static_assertions.hpp | 3101 …:PhysicalDeviceHostImageCopyPropertiesEXT ) == sizeof( VkPhysicalDeviceHostImageCopyPropertiesEXT …
|