/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemoryExternalHost.cpp | 27 hostPointer = extendedAllocationInfo.importMemoryHostPointerInfo->pHostPointer; in AllocateInfo()
|
H A D | libVulkan.cpp | 1192 VKAPI_ATTR VkResult VKAPI_CALL vkGetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) in vkGetMemoryHostPointerPropertiesEXT() argument 1194 TRACE("(VkDevice device = %p, VkExternalMemoryHandleTypeFlagBits handleType = %x, const void *pHostPointer = %p, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties = %p)", in vkGetMemoryHostPointerPropertiesEXT() 1195 device, handleType, pHostPointer, pMemoryHostPointerProperties); in vkGetMemoryHostPointerPropertiesEXT()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1367 const void *pHostPointer, in lvp_GetMemoryHostPointerPropertiesEXT() 1680 mem->pmem = host_ptr_info->pHostPointer; in lvp_AllocateMemory() 1364 lvp_GetMemoryHostPointerPropertiesEXT( VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) lvp_GetMemoryHostPointerPropertiesEXT() argument
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 1395 .pHostPointer = sw_host_ptr, in wsi_create_buffer_image_mem() 1626 .pHostPointer = sw_host_ptr, in wsi_create_cpu_linear_image_mem()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 248 importMemoryHostPointerInfo.pHostPointer = m_hostMemoryAlloc; in allocateMemoryFromHostPointer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 248 importMemoryHostPointerInfo.pHostPointer = m_hostMemoryAlloc; in allocateMemoryFromHostPointer()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 3976 host_ptr_info->pHostPointer, in anv_AllocateMemory() 3984 mem->host_ptr = host_ptr_info->pHostPointer; in anv_AllocateMemory() 4089 const void* pHostPointer, in anv_GetMemoryHostPointerPropertiesEXT() 4086 anv_GetMemoryHostPointerPropertiesEXT( VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties) anv_GetMemoryHostPointerPropertiesEXT() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 3886 import_desc.pHostPointer = swf->data[i] - offs; in vulkan_transfer_data() 3895 import_desc.pHostPointer, in vulkan_transfer_data()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2804 VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, in radv_GetMemoryHostPointerPropertiesEXT() 5560 result = device->ws->buffer_from_ptr(device->ws, host_ptr_info->pHostPointer, in radv_alloc_memory() 5565 mem->user_ptr = host_ptr_info->pHostPointer; in radv_alloc_memory() 2803 radv_GetMemoryHostPointerPropertiesEXT( VkDevice _device, VkExternalMemoryHandleTypeFlagBits handleType, const void *pHostPointer, VkMemoryHostPointerPropertiesEXT *pMemoryHostPointerProperties) radv_GetMemoryHostPointerPropertiesEXT() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7172 void* pHostPointer; member 7187 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 7193 const void* pHostPointer,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10329 void* pHostPointer; member 10344 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 10350 const void* pHostPointer,
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13733 void* pHostPointer; member 13748 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 13754 const void* pHostPointer, 14879 const void* pHostPointer; member 14890 void* pHostPointer; member
|
H A D | vulkan_hash.hpp | 2644 VULKAN_HPP_HASH_COMBINE( seed, imageToMemoryCopyEXT.pHostPointer ); 2708 VULKAN_HPP_HASH_COMBINE( seed, memoryToImageCopyEXT.pHostPointer ); 6193 VULKAN_HPP_HASH_COMBINE( seed, importMemoryHostPointerInfoEXT.pHostPointer );
|
H A D | vulkan_structs.hpp | 18422 , pHostPointer( pHostPointer_ ) 18456 pHostPointer = pHostPointer_; 18517 return std::tie( sType, pNext, pHostPointer, memoryRowLength, memoryImageHeight, imageSubresource, imageOffset, imageExtent ); 18529 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pHostPointer == rhs.pHostPointer ) && ( memoryRowLength == rhs.memoryRowLength ) && 18544 void * pHostPointer = {}; member 19070 , pHostPointer( pHostPointer_ ) 19104 pHostPointer = pHostPointer_; 19165 return std::tie( sType, pNext, pHostPointer, memoryRowLength, memoryImageHeight, imageSubresource, imageOffset, imageExtent ); 19177 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pHostPointer 19192 const void * pHostPointer = {}; global() member 47198 , pHostPointer( pHostPointer_ ) pHostPointer() function 47284 void * pHostPointer = {}; global() member [all...] |
H A D | vulkan.hpp | 4190 const void * pHostPointer, 4193 return ::vkGetMemoryHostPointerPropertiesEXT( device, handleType, pHostPointer, pMemoryHostPointerProperties );
|
H A D | vulkan_funcs.hpp | 16391 getMemoryHostPointerPropertiesEXT( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, Dispatch const & d ) const getMemoryHostPointerPropertiesEXT() argument [all...] |
H A D | vulkan_handles.hpp | 12252 const void * pHostPointer, 12259 const void * pHostPointer,
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11835 void* pHostPointer; member 11850 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 11856 const void* pHostPointer,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 10732 void* pHostPointer; member 10747 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 10753 const void* pHostPointer,
|
H A D | vulkan.hpp | 4584 const void * pHostPointer, 4587 return ::vkGetMemoryHostPointerPropertiesEXT( device, handleType, pHostPointer, pMemoryHostPointerProperties );
|
H A D | vulkan_raii.hpp | 3192 const void * pHostPointer ) const; 14421 const void * pHostPointer ) const in getMemoryHostPointerPropertiesEXT() 14432 pHostPointer, in getMemoryHostPointerPropertiesEXT()
|
H A D | vulkan_handles.hpp | 10966 const void * pHostPointer, 10974 const void * pHostPointer,
|
H A D | vulkan_funcs.hpp | 15420 const void * pHostPointer, 15428 pHostPointer, 15437 const void * pHostPointer, in getMemoryHostPointerPropertiesEXT() 15445 pHostPointer, in getMemoryHostPointerPropertiesEXT() 15436 getMemoryHostPointerPropertiesEXT( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagBits handleType, const void * pHostPointer, Dispatch const & d ) const getMemoryHostPointerPropertiesEXT() argument [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10892 void* pHostPointer; member 10907 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostPointerPropertiesEXT)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties); 10913 const void* pHostPointer,
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 6528 const void* pHostPointer, in GetMemoryHostPointerPropertiesEXT() 6537 return disp->GetMemoryHostPointerPropertiesEXT(device, handleType, pHostPointer, pMemoryHostPointerProperties); in GetMemoryHostPointerPropertiesEXT() 6525 GetMemoryHostPointerPropertiesEXT( VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, const void* pHostPointer, VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties) GetMemoryHostPointerPropertiesEXT() argument
|