Home
last modified time | relevance | path

Searched refs:GetMemoryFdKHR (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h216 WSI_CB(GetMemoryFdKHR);
Dwsi_common_drm.c507 result = wsi->GetMemoryFdKHR(chain->device, &memory_get_fd_info, in wsi_create_native_image_mem()
583 result = wsi->GetMemoryFdKHR(chain->device, &linear_memory_get_fd_info, in wsi_create_prime_image_mem()
Dwsi_common.c155 WSI_GET_CB(GetMemoryFdKHR); in wsi_device_init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp294 GET_DEVICE_PROC(GetMemoryFdKHR); in LoadDeviceProcs()
DVulkanFunctions.h271 PFN_vkGetMemoryFdKHR GetMemoryFdKHR = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h558 PFN_vkGetMemoryFdKHR GetMemoryFdKHR; member
Dvk_dispatch_table_helper.h698 table->GetMemoryFdKHR = (PFN_vkGetMemoryFdKHR) gpa(device, "vkGetMemoryFdKHR"); in layer_init_device_dispatch_table()
699 …if (table->GetMemoryFdKHR == nullptr) { table->GetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)StubGetMemor… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c618 table->GetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)gdpa(dev, "vkGetMemoryFdKHR"); in loader_init_device_extension_dispatch_table()
1667 if (!strcmp(name, "GetMemoryFdKHR")) return (void *)table->GetMemoryFdKHR; in loader_lookup_device_dispatch_table()
2834 VKAPI_ATTR VkResult VKAPI_CALL GetMemoryFdKHR( in GetMemoryFdKHR() function
2845 return disp->GetMemoryFdKHR(device, pGetFdInfo, pFd); in GetMemoryFdKHR()
8114 *addr = (void *)GetMemoryFdKHR; in extension_instance_gpa()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp129 deviceVk->fn.GetMemoryFdKHR(deviceVk->GetVkDevice(), &getFdInfo, &memoryFd); in GetMemoryFd()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1432 VkResult result = VKSCR(GetMemoryFdKHR)(screen->dev, &fd_info, &fd); in zink_resource_get_handle()