Home
last modified time | relevance | path

Searched refs:GetFenceStatus (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp270 GET_DEVICE_PROC(GetFenceStatus); in LoadDeviceProcs()
DVulkanFunctions.h247 PFN_vkGetFenceStatus GetFenceStatus = nullptr; member
DDeviceVk.cpp546 INJECT_ERROR_OR_RUN(fn.GetFenceStatus(mVkDevice, fence), VK_ERROR_DEVICE_LOST)); in CheckAndUpdateCompletedSerials()
/third_party/mesa3d/docs/relnotes/
D13.0.1.rst72 - radv: fix GetFenceStatus for signaled fences
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp70 ACQUIRE_PROC(GetFenceStatus, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp681 GR_VK_CALL_RESULT_NOCHECK(gpu, err, GetFenceStatus(gpu->device(), fSubmitFence)); in finished()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h316 PFN_vkGetFenceStatus GetFenceStatus; member
Dvk_loader_extensions.c366 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()
Dvk_dispatch_table_helper.h452 table->GetFenceStatus = (PFN_vkGetFenceStatus) gpa(device, "vkGetFenceStatus"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp521 if (draw && device_data->vtable.GetFenceStatus(device_data->device, draw->fence) == VK_SUCCESS) { in get_overlay_draw()
/third_party/vulkan-loader/loader/
Dtrampoline.c1216 return disp->GetFenceStatus(device, fence); in vkGetFenceStatus()