Home
last modified time | relevance | path

Searched refs:pHostPointer (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dipsum.adoc98 * pname:pHostPointer Lacus luctus accumsan tortor posuere.
116 * [[VUID-VkMemoryToImageCopyEXT-pHostPointer-99061]]
117 pname:pHostPointer must: Nisl condimentum id venenatis a condimentum vitae
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc109 * pname:pHostPointer is the host memory address which is the source of the
131 * [[VUID-VkMemoryToImageCopyEXT-pHostPointer-09061]]
132 pname:pHostPointer must: point to memory that is large enough to contain
247 * pname:pHostPointer is the host memory address which is the destination
269 * [[VUID-VkImageToMemoryCopyEXT-pHostPointer-09066]]
270 pname:pHostPointer must: point to memory that is large enough to contain
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device_memory.c105 mem->host_ptr = host_ptr_info->pHostPointer; in vk_device_memory_create()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkExternalMemoryHost.cpp176 .pHostPointer = mappedShm, in CheckImportingSharedMemory()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc130 const void* pHostPointer;
141 void* pHostPointer;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc2493 * pname:pHostPointer is the host pointer to import from.
2526 * [[VUID-VkImportMemoryHostPointerInfoEXT-pHostPointer-01749]]
2527 pname:pHostPointer must: be a pointer aligned to an integer multiple of
2532 pname:pHostPointer must: be a pointer to pname:allocationSize number of
2538 pname:pHostPointer must: be a pointer to pname:allocationSize number of
2558 pname:pHostPointer.
2560 specifying the type of the handle pname:pHostPointer.
2561 * pname:pHostPointer is the host pointer to import from.
2574 * [[VUID-vkGetMemoryHostPointerPropertiesEXT-pHostPointer-01753]]
2575 pname:pHostPointer must: be a pointer aligned to an integer multiple of
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1729 .pHostPointer = sw_host_ptr, in wsi_create_buffer_blit_context()
2015 .pHostPointer = sw_host_ptr, in wsi_create_cpu_linear_image_mem()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp8328 to->pHostPointer = nullptr; in deepcopy_VkMemoryToImageCopyEXT()
8329 if (from->pHostPointer) { in deepcopy_VkMemoryToImageCopyEXT()
8330 to->pHostPointer = (void*)alloc->dupArray(from->pHostPointer, sizeof(const uint8_t)); in deepcopy_VkMemoryToImageCopyEXT()
8358 to->pHostPointer = nullptr; in deepcopy_VkImageToMemoryCopyEXT()
8359 if (from->pHostPointer) { in deepcopy_VkImageToMemoryCopyEXT()
8360 to->pHostPointer = (void*)alloc->dupArray(from->pHostPointer, sizeof(uint8_t)); in deepcopy_VkImageToMemoryCopyEXT()
Dgoldfish_vk_marshaling.cpp16633 vkStream->write((const void*)forMarshaling->pHostPointer, sizeof(const uint8_t)); in marshal_VkMemoryToImageCopyEXT()
16662 vkStream->alloc((void**)&forUnmarshaling->pHostPointer, sizeof(const uint8_t)); in unmarshal_VkMemoryToImageCopyEXT()
16663 vkStream->read((void*)forUnmarshaling->pHostPointer, sizeof(const uint8_t)); in unmarshal_VkMemoryToImageCopyEXT()
16680 vkStream->write((void*)forMarshaling->pHostPointer, sizeof(uint8_t)); in marshal_VkImageToMemoryCopyEXT()
16709 vkStream->alloc((void**)&forUnmarshaling->pHostPointer, sizeof(uint8_t)); in unmarshal_VkImageToMemoryCopyEXT()
16710 vkStream->read((void*)forUnmarshaling->pHostPointer, sizeof(uint8_t)); in unmarshal_VkImageToMemoryCopyEXT()
Dgoldfish_vk_reserved_marshaling.cpp12866 vkStream->alloc((void**)&forUnmarshaling->pHostPointer, sizeof(const uint8_t)); in reservedunmarshal_VkMemoryToImageCopyEXT()
12867 memcpy((void*)forUnmarshaling->pHostPointer, *ptr, sizeof(const uint8_t)); in reservedunmarshal_VkMemoryToImageCopyEXT()
12906 vkStream->alloc((void**)&forUnmarshaling->pHostPointer, sizeof(uint8_t)); in reservedunmarshal_VkImageToMemoryCopyEXT()
12907 memcpy((void*)forUnmarshaling->pHostPointer, *ptr, sizeof(uint8_t)); in reservedunmarshal_VkImageToMemoryCopyEXT()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp7916 to->pHostPointer = nullptr; in deepcopy_VkMemoryToImageCopyEXT()
7917 if (from->pHostPointer) { in deepcopy_VkMemoryToImageCopyEXT()
7918 to->pHostPointer = (void*)alloc->dupArray(from->pHostPointer, sizeof(const uint8_t)); in deepcopy_VkMemoryToImageCopyEXT()
7946 to->pHostPointer = nullptr; in deepcopy_VkImageToMemoryCopyEXT()
7947 if (from->pHostPointer) { in deepcopy_VkImageToMemoryCopyEXT()
7948 to->pHostPointer = (void*)alloc->dupArray(from->pHostPointer, sizeof(uint8_t)); in deepcopy_VkImageToMemoryCopyEXT()
Dgoldfish_vk_marshaling_guest.cpp12633 vkStream->write((const void*)forMarshaling->pHostPointer, sizeof(const uint8_t)); in marshal_VkMemoryToImageCopyEXT()
12650 vkStream->read((void*)forUnmarshaling->pHostPointer, sizeof(const uint8_t)); in unmarshal_VkMemoryToImageCopyEXT()
12667 vkStream->write((void*)forMarshaling->pHostPointer, sizeof(uint8_t)); in marshal_VkImageToMemoryCopyEXT()
12684 vkStream->read((void*)forUnmarshaling->pHostPointer, sizeof(uint8_t)); in unmarshal_VkImageToMemoryCopyEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8498 memcpy(*ptr, (const void*)forMarshaling->pHostPointer, sizeof(const uint8_t)); in reservedmarshal_VkMemoryToImageCopyEXT()
8521 memcpy(*ptr, (void*)forMarshaling->pHostPointer, sizeof(uint8_t)); in reservedmarshal_VkImageToMemoryCopyEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12950 void* pHostPointer; member
12965 …ce device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPo…
12971 const void* pHostPointer,
14119 const void* pHostPointer; member
14130 void* pHostPointer; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp7828 …_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VULKAN_HPP_NAM… in getMemoryHostPointerPropertiesEXT() argument
7831 …evice, static_cast<VkExternalMemoryHandleTypeFlagBits>( handleType ), pHostPointer, reinterpret_ca… in getMemoryHostPointerPropertiesEXT()
7836 …_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, Dispatch const… in getMemoryHostPointerPropertiesEXT() argument
7842 …evice, static_cast<VkExternalMemoryHandleTypeFlagBits>( handleType ), pHostPointer, reinterpret_ca… in getMemoryHostPointerPropertiesEXT()
Dvulkansc.hpp2632 …e device, VkExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VkMemoryHostPo… in vkGetMemoryHostPointerPropertiesEXT() argument
2634 …return ::vkGetMemoryHostPointerPropertiesEXT( device, handleType, pHostPointer, pMemoryHostPointer… in vkGetMemoryHostPointerPropertiesEXT()
Dvulkansc_raii.hpp1884 …KAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer ) const ;
9387 …LKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer ) const in getMemoryHostPointerPropertiesEXT()
9393 …ice ), static_cast<VkExternalMemoryHandleTypeFlagBits>( handleType ), pHostPointer, reinterpret_ca… in getMemoryHostPointerPropertiesEXT()
Dvulkansc_handles.hpp5583 …_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VULKAN_HPP_NAM…
5586 …_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, Dispatch const…
Dvulkan_hash.hpp2378 VULKAN_HPP_HASH_COMBINE( seed, imageToMemoryCopyEXT.pHostPointer ); in operator ()()
2438 VULKAN_HPP_HASH_COMBINE( seed, memoryToImageCopyEXT.pHostPointer ); in operator ()()
5610 VULKAN_HPP_HASH_COMBINE( seed, importMemoryHostPointerInfoEXT.pHostPointer ); in operator ()()
Dvulkan.hpp3771 …e device, VkExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VkMemoryHostPo… in vkGetMemoryHostPointerPropertiesEXT() argument
3773 …return ::vkGetMemoryHostPointerPropertiesEXT( device, handleType, pHostPointer, pMemoryHostPointer… in vkGetMemoryHostPointerPropertiesEXT()
Dvulkan_raii.hpp3716 …KAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer ) const ;
16469 …LKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer ) const in getMemoryHostPointerPropertiesEXT()
16475 …ice ), static_cast<VkExternalMemoryHandleTypeFlagBits>( handleType ), pHostPointer, reinterpret_ca… in getMemoryHostPointerPropertiesEXT()
Dvulkansc_hash.hpp3277 VULKAN_HPP_HASH_COMBINE( seed, importMemoryHostPointerInfoEXT.pHostPointer ); in operator ()()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4489 .pHostPointer = mappedPtr}; in on_vkAllocateMemory()
4505 .pHostPointer = mappedPtr}; in on_vkAllocateMemory()