Searched refs:host_ptr_info (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_drm.c337 const VkImportMemoryHostPointerInfoEXT host_ptr_info = { local in function:wsi_create_native_image
345 .pNext = sw_host_ptr ? (void *)&host_ptr_info : (void *)&memory_dedicated_info,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c3654 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = NULL; local in function:anv_AllocateMemory
3674 host_ptr_info = (void *)ext;
3709 (host_ptr_info && host_ptr_info->handleType)) {
3789 if (host_ptr_info && host_ptr_info->handleType) {
3790 if (host_ptr_info->handleType ==
3796 assert(host_ptr_info->handleType ==
3800 host_ptr_info->pHostPointer,
3808 mem->host_ptr = host_ptr_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1639 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = NULL; local in function:lvp_AllocateMemory
1652 host_ptr_info = (VkImportMemoryHostPointerInfoEXT*)ext;
1653 assert(host_ptr_info->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT);
1685 if (host_ptr_info) {
1686 mem->pmem = host_ptr_info->pHostPointer;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c2858 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = local in function:anv_AllocateMemory
2861 if (host_ptr_info && host_ptr_info->handleType) {
2862 if (host_ptr_info->handleType ==
2868 assert(host_ptr_info->handleType ==
2872 device, &device->bo_cache, host_ptr_info->pHostPointer,
2878 mem->host_ptr = host_ptr_info->pHostPointer;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c3197 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = local in function:radv_alloc_memory
3244 } else if (host_ptr_info) {
3245 assert(host_ptr_info->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT);
3247 mem->bo = device->ws->buffer_from_ptr(device->ws, host_ptr_info->pHostPointer,
3254 mem->user_ptr = host_ptr_info->pHostPointer;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5259 const VkImportMemoryHostPointerInfoEXT *host_ptr_info = local in function:radv_alloc_memory
5361 } else if (host_ptr_info) {
5362 assert(host_ptr_info->handleType == VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT);
5363 result = device->ws->buffer_from_ptr(device->ws, host_ptr_info->pHostPointer,
5368 mem->user_ptr = host_ptr_info->pHostPointer;

Completed in 43 milliseconds