Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h200 WSI_CB(GetMemoryFdKHR);
Dwsi_common_drm.c368 result = wsi->GetMemoryFdKHR(chain->device, &memory_get_fd_info, &fd); in wsi_create_native_image()
646 result = wsi->GetMemoryFdKHR(chain->device, &linear_memory_get_fd_info, &fd); in wsi_create_prime_image()
Dwsi_common.c102 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/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.c953 VkResult result = VKSCR(GetMemoryFdKHR)(screen->dev, &fd_info, &fd); in zink_resource_get_handle()