Searched refs:ResetFences (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 179 WSI_CB(ResetFences);
|
D | wsi_common.c | 101 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/ |
D | VulkanWindowContext.cpp | 515 ResetFences(fDevice, 2, backbuffer->fUsageFences)); in getBackbufferSurface() 534 ResetFences(fDevice, 2, backbuffer->fUsageFences)); in getBackbufferSurface()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 259 PFN_vkResetFences ResetFences; member
|
D | vk_dispatch_table_helper.h | 419 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 1533 …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()
|
D | chassis.cpp | 1646 VKAPI_ATTR VkResult VKAPI_CALL ResetFences( in ResetFences() function 9303 {"vkResetFences", {false, (void*)ResetFences}},
|
D | chassis.h | 255 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(
|
/external/skqp/src/gpu/vk/ |
D | GrVkInterface.cpp | 69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 518 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 865 PFN_vkResetFences ResetFences; member
|
D | vk_enum_to_str.c | 4888 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in vk_load_device_commands()
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 69 ACQUIRE_PROC(ResetFences, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkCommandBuffer.cpp | 589 GR_VK_CALL_RESULT(gpu, err, ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 520 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/ |
D | 20.3.0.rst | 3008 - radv: fix incorrect ResetFences path for WSI fence
|