Searched refs:GetMemoryFdKHR (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 216 WSI_CB(GetMemoryFdKHR);
|
D | wsi_common_drm.c | 507 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()
|
D | wsi_common.c | 155 WSI_GET_CB(GetMemoryFdKHR); in wsi_device_init()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 294 GET_DEVICE_PROC(GetMemoryFdKHR); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 271 PFN_vkGetMemoryFdKHR GetMemoryFdKHR = nullptr; member
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 558 PFN_vkGetMemoryFdKHR GetMemoryFdKHR; member
|
D | vk_dispatch_table_helper.h | 698 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()
|
D | vk_loader_extensions.c | 618 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/ |
D | VulkanImageWrappingTestsOpaqueFD.cpp | 129 deviceVk->fn.GetMemoryFdKHR(deviceVk->GetVkDevice(), &getFdInfo, &memoryFd); in GetMemoryFd()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 1432 VkResult result = VKSCR(GetMemoryFdKHR)(screen->dev, &fd_info, &fd); in zink_resource_get_handle()
|