Searched refs:VkExportMemoryAllocateInfo (Results 1 – 25 of 38) sorted by relevance
12
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | vk_struct_id.h | 44 REGISTER_VK_STRUCT_ID(VkExportMemoryAllocateInfo, VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO);
|
D | goldfish_vk_extension_structs.cpp | 347 return sizeof(VkExportMemoryAllocateInfo); in goldfish_vk_extension_struct_size() 1008 return sizeof(VkExportMemoryAllocateInfo); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_transform.h | 49 f(VkExportMemoryAllocateInfo) \ 1072 VkExportMemoryAllocateInfo* toTransform); 1075 VkExportMemoryAllocateInfo* toTransform);
|
D | goldfish_vk_deepcopy.h | 667 const VkExportMemoryAllocateInfo* from, 668 VkExportMemoryAllocateInfo* to);
|
D | goldfish_vk_transform.cpp | 3545 VkExportMemoryAllocateInfo* toTransform) { in transform_tohost_VkExportMemoryAllocateInfo() 3554 VkExportMemoryAllocateInfo* toTransform) { in transform_fromhost_VkExportMemoryAllocateInfo() 8711 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out), 1); in transform_tohost_extension_struct() 8714 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out)); in transform_tohost_extension_struct() 9871 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out), 1); in transform_fromhost_extension_struct() 9874 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_marshaling.h | 1299 const VkExportMemoryAllocateInfo* forMarshaling); 1302 VkExportMemoryAllocateInfo* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 670 VkExportMemoryAllocateInfo* forUnmarshaling,
|
D | goldfish_vk_deepcopy.cpp | 3578 const VkExportMemoryAllocateInfo* from, in deepcopy_VkExportMemoryAllocateInfo() 3579 VkExportMemoryAllocateInfo* to) { in deepcopy_VkExportMemoryAllocateInfo() 9524 reinterpret_cast<const VkExportMemoryAllocateInfo*>(structExtension), in deepcopy_extension_struct() 9525 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out)); in deepcopy_extension_struct()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vk_struct_id.h | 68 REGISTER_VK_STRUCT_ID(VkExportMemoryAllocateInfo, VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO);
|
D | goldfish_vk_extension_structs_guest.cpp | 347 return sizeof(VkExportMemoryAllocateInfo); in goldfish_vk_extension_struct_size() 962 return sizeof(VkExportMemoryAllocateInfo); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_transform_guest.h | 49 f(VkExportMemoryAllocateInfo) \ 1052 VkExportMemoryAllocateInfo* toTransform); 1055 VkExportMemoryAllocateInfo* toTransform);
|
D | goldfish_vk_deepcopy_guest.h | 674 const VkExportMemoryAllocateInfo* from, 675 VkExportMemoryAllocateInfo* to);
|
D | goldfish_vk_transform_guest.cpp | 3529 VkExportMemoryAllocateInfo* toTransform) { in transform_tohost_VkExportMemoryAllocateInfo() 3538 VkExportMemoryAllocateInfo* toTransform) { in transform_fromhost_VkExportMemoryAllocateInfo() 8211 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out), 1); in transform_tohost_extension_struct() 8214 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out)); in transform_tohost_extension_struct() 9291 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out), 1); in transform_fromhost_extension_struct() 9294 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out)); in transform_fromhost_extension_struct()
|
D | goldfish_vk_marshaling_guest.h | 1327 const VkExportMemoryAllocateInfo* forMarshaling); 1330 VkExportMemoryAllocateInfo* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 614 const VkExportMemoryAllocateInfo* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 705 const VkExportMemoryAllocateInfo* forMarshaling,
|
D | goldfish_vk_deepcopy_guest.cpp | 3578 const VkExportMemoryAllocateInfo* from, in deepcopy_VkExportMemoryAllocateInfo() 3579 VkExportMemoryAllocateInfo* to) { in deepcopy_VkExportMemoryAllocateInfo() 8959 reinterpret_cast<const VkExportMemoryAllocateInfo*>(structExtension), in deepcopy_extension_struct() 8960 reinterpret_cast<VkExportMemoryAllocateInfo*>(structExtension_out)); in deepcopy_extension_struct()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.c | 53 const VkExportMemoryAllocateInfo *export_info = (void *)ext; in vk_device_memory_create()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_external_memory_rdma.adoc | 66 VkExportMemoryAllocateInfo exportMemoryAllocateInfo = { VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_IN…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | bind_image_common.adoc | 89 If the value of slink:VkExportMemoryAllocateInfo::pname:handleTypes used
|
D | bind_buffer_common.adoc | 83 If the value of slink:VkExportMemoryAllocateInfo::pname:handleTypes used
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_FUCHSIA_external_memory/ |
D | device_memory.adoc | 158 of the sname:VkExportMemoryAllocateInfo structure when the external
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_drm.c | 489 const VkExportMemoryAllocateInfo memory_export_info = { in wsi_create_native_image_mem()
|
D | wsi_common.c | 1724 VkExportMemoryAllocateInfo memory_export_info; in wsi_create_buffer_blit_context() 1734 memory_export_info = (VkExportMemoryAllocateInfo) { in wsi_create_buffer_blit_context()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 1402 If the pname:pNext chain includes a sname:VkExportMemoryAllocateInfo 1404 sname:VkExportMemoryAllocateInfo::pname:handleTypes require a dedicated 1420 If the pname:pNext chain includes a slink:VkExportMemoryAllocateInfo 1540 chain includes a sname:VkExportMemoryAllocateInfo structure with 1979 [open,refpage='VkExportMemoryAllocateInfo',desc='Specify exportable handle types for a device memor… 1982 Vulkan instance, add a slink:VkExportMemoryAllocateInfo structure to the 1986 The slink:VkExportMemoryAllocateInfo structure is defined as: 1988 include::{generated}/api/structs/VkExportMemoryAllocateInfo.adoc[] 2007 * [[VUID-VkExportMemoryAllocateInfo-handleTypes-00656]] 2013 include::{generated}/validity/structs/VkExportMemoryAllocateInfo.adoc[] [all …]
|
12