Searched refs:GetFenceStatus (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 270 GET_DEVICE_PROC(GetFenceStatus); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 247 PFN_vkGetFenceStatus GetFenceStatus = nullptr; member
|
D | DeviceVk.cpp | 546 INJECT_ERROR_OR_RUN(fn.GetFenceStatus(mVkDevice, fence), VK_ERROR_DEVICE_LOST)); in CheckAndUpdateCompletedSerials()
|
/third_party/mesa3d/docs/relnotes/ |
D | 13.0.1.rst | 72 - radv: fix GetFenceStatus for signaled fences
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 70 ACQUIRE_PROC(GetFenceStatus, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 681 GR_VK_CALL_RESULT_NOCHECK(gpu, err, GetFenceStatus(gpu->device(), fSubmitFence)); in finished()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 316 PFN_vkGetFenceStatus GetFenceStatus; member
|
D | vk_loader_extensions.c | 366 table->GetFenceStatus = (PFN_vkGetFenceStatus)gpa(dev, "vkGetFenceStatus"); in loader_init_device_dispatch_table() 1425 if (!strcmp(name, "GetFenceStatus")) return (void *)table->GetFenceStatus; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 452 table->GetFenceStatus = (PFN_vkGetFenceStatus) gpa(device, "vkGetFenceStatus"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 521 if (draw && device_data->vtable.GetFenceStatus(device_data->device, draw->fence) == VK_SUCCESS) { in get_overlay_draw()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1216 return disp->GetFenceStatus(device, fence); in vkGetFenceStatus()
|