/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/ |
D | ipsum.adoc | 98 * 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/ |
D | copies.adoc | 109 * 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/ |
D | vk_device_memory.c | 105 mem->host_ptr = host_ptr_info->pHostPointer; in vk_device_memory_create()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkExternalMemoryHost.cpp | 176 .pHostPointer = mappedShm, in CheckImportingSharedMemory()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 130 const void* pHostPointer; 141 void* pHostPointer;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 2493 * 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/ |
D | wsi_common.c | 1729 .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/ |
D | goldfish_vk_deepcopy.cpp | 8328 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()
|
D | goldfish_vk_marshaling.cpp | 16633 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 12866 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/ |
D | goldfish_vk_deepcopy_guest.cpp | 7916 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()
|
D | goldfish_vk_marshaling_guest.cpp | 12633 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8498 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/ |
D | vulkan_core.h | 12950 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/ |
D | vulkansc_funcs.hpp | 7828 …_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()
|
D | vulkansc.hpp | 2632 …e device, VkExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VkMemoryHostPo… in vkGetMemoryHostPointerPropertiesEXT() argument 2634 …return ::vkGetMemoryHostPointerPropertiesEXT( device, handleType, pHostPointer, pMemoryHostPointer… in vkGetMemoryHostPointerPropertiesEXT()
|
D | vulkansc_raii.hpp | 1884 …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()
|
D | vulkansc_handles.hpp | 5583 …_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VULKAN_HPP_NAM… 5586 …_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, Dispatch const…
|
D | vulkan_hash.hpp | 2378 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 ()()
|
D | vulkan.hpp | 3771 …e device, VkExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, VkMemoryHostPo… in vkGetMemoryHostPointerPropertiesEXT() argument 3773 …return ::vkGetMemoryHostPointerPropertiesEXT( device, handleType, pHostPointer, pMemoryHostPointer… in vkGetMemoryHostPointerPropertiesEXT()
|
D | vulkan_raii.hpp | 3716 …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()
|
D | vulkansc_hash.hpp | 3277 VULKAN_HPP_HASH_COMBINE( seed, importMemoryHostPointerInfoEXT.pHostPointer ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 4489 .pHostPointer = mappedPtr}; in on_vkAllocateMemory() 4505 .pHostPointer = mappedPtr}; in on_vkAllocateMemory()
|