Home
last modified time | relevance | path

Searched refs:VkImportMemoryHostPointerInfoEXT (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dvk_struct_id.h106 REGISTER_VK_STRUCT_ID(VkImportMemoryHostPointerInfoEXT,
/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_struct_id.h126 REGISTER_VK_STRUCT_ID(VkImportMemoryHostPointerInfoEXT,
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device_memory.c98 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = (void *)ext; in vk_device_memory_create()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1725 VkImportMemoryHostPointerInfoEXT host_ptr_info; in wsi_create_buffer_blit_context()
1727 host_ptr_info = (VkImportMemoryHostPointerInfoEXT) { in wsi_create_buffer_blit_context()
2011 VkImportMemoryHostPointerInfoEXT host_ptr_info; in wsi_create_cpu_linear_image_mem()
2013 host_ptr_info = (VkImportMemoryHostPointerInfoEXT) { in wsi_create_cpu_linear_image_mem()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc1228 * slink:VkImportMemoryHostPointerInfoEXT with a non-zero pname:handleType
1668 sname:VkImportMemoryHostPointerInfoEXT structure,
2479 [open,refpage='VkImportMemoryHostPointerInfoEXT',desc='Import memory from a host pointer',type='str…
2482 slink:VkImportMemoryHostPointerInfoEXT structure to the pname:pNext chain of
2484 The sname:VkImportMemoryHostPointerInfoEXT structure is defined as:
2486 include::{generated}/api/structs/VkImportMemoryHostPointerInfoEXT.adoc[]
2519 * [[VUID-VkImportMemoryHostPointerInfoEXT-handleType-01747]]
2522 * [[VUID-VkImportMemoryHostPointerInfoEXT-handleType-01748]]
2526 * [[VUID-VkImportMemoryHostPointerInfoEXT-pHostPointer-01749]]
2529 * [[VUID-VkImportMemoryHostPointerInfoEXT-handleType-01750]]
[all …]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp1634 …_HPP_NAMESPACE::ImportMemoryHostPointerInfoEXT ) == sizeof( VkImportMemoryHostPointerInfoEXT ), "s…
Dvulkan_static_assertions.hpp2619 …_HPP_NAMESPACE::ImportMemoryHostPointerInfoEXT ) == sizeof( VkImportMemoryHostPointerInfoEXT ), "s…
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4456 VkImportMemoryHostPointerInfoEXT importHostInfo; in on_vkAllocateMemory()
4493 VkImportMemoryHostPointerInfoEXT importHostInfoPrivate{}; in on_vkAllocateMemory()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12946 typedef struct VkImportMemoryHostPointerInfoEXT { struct
12951 } VkImportMemoryHostPointerInfoEXT; argument