Home
last modified time | relevance | path

Searched refs:ResetFences (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h179 WSI_CB(ResetFences);
Dwsi_common.c101 WSI_GET_CB(ResetFences); in wsi_device_init()
588 wsi->ResetFences(device, 1, &swapchain->fences[image_index]); in wsi_common_queue_present()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp515 ResetFences(fDevice, 2, backbuffer->fUsageFences)); in getBackbufferSurface()
534 ResetFences(fDevice, 2, backbuffer->fUsageFences)); in getBackbufferSurface()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h259 PFN_vkResetFences ResetFences; member
Dvk_dispatch_table_helper.h419 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1533 …if (!wrap_handles) return layer_data->device_dispatch_table.ResetFences(device, fenceCount, pFence… in DispatchResetFences()
1543 …VkResult result = layer_data->device_dispatch_table.ResetFences(device, fenceCount, (const VkFence… in DispatchResetFences()
Dchassis.cpp1646 VKAPI_ATTR VkResult VKAPI_CALL ResetFences( in ResetFences() function
9303 {"vkResetFences", {false, (void*)ResetFences}},
Dchassis.h255 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(
/external/skqp/src/gpu/vk/
DGrVkInterface.cpp69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp518 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h865 PFN_vkResetFences ResetFences; member
Dvk_enum_to_str.c4888 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in vk_load_device_commands()
/external/skia/src/gpu/vk/
DGrVkInterface.cpp69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkCommandBuffer.cpp589 GR_VK_CALL_RESULT(gpu, err, ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp520 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in get_overlay_draw()
1893 VK_CHECK(device_data->vtable.ResetFences(device_data->device, in overlay_QueuePresentKHR()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3008 - radv: fix incorrect ResetFences path for WSI fence