Searched refs:ResetFences (Results 1 – 13 of 13) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 61 PFN_vkResetFences ResetFences; member
|
/external/skia/tools/viewer/sk_app/ |
D | VulkanWindowContext.cpp | 438 ResetFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences)); in getBackbufferSurface() 457 ResetFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences)); in getBackbufferSurface()
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 83 table->ResetFences = (PFN_vkResetFences)gpa(dev, "vkResetFences"); in loader_init_device_dispatch_table() 343 return (void *)table->ResetFences; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1171 return disp->ResetFences(device, fenceCount, pFences);
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 61 GET_DEV_PROC(ResetFences); in GrVkCreateInterface()
|
D | GrVkCommandBuffer.cpp | 418 GR_VK_CALL(gpu->vkInterface(), ResetFences(gpu->device(), 1, &fSubmitFence)); in submitToQueue()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 503 vk::assert_success(vk::ResetFences(ctx_.dev, 1, &buf.present_fence)); in acquire_back_buffer()
|
D | Smoke.cpp | 770 vk::assert_success(vk::ResetFences(dev_, 1, &data.fence)); in on_frame()
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 103 …of this check to be tested, 1 each in ValidateFenceForSubmit(), DestroyFence(), and ResetFences() | 176 …es that: The fence is not submitted in an already signaled state, that ResetFences is not called w…
|
D | object_tracker.cpp | 835 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFe… in ResetFences() function 850 …VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetFences(device, fenceCount,… in ResetFences() 3808 return (PFN_vkVoidFunction)ResetFences; in InterceptCoreDeviceCommand()
|
D | parameter_validation.cpp | 2128 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFe… in ResetFences() function 2137 …result = get_dispatch_table(pc_device_table_map, device)->ResetFences(device, fenceCount, pFences); in ResetFences() 5311 {"vkResetFences", reinterpret_cast<PFN_vkVoidFunction>(ResetFences)}, in intercept_core_device_command()
|
D | core_validation.cpp | 6281 VKAPI_ATTR VkResult VKAPI_CALL ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFe… in ResetFences() function 6298 VkResult result = dev_data->dispatch_table.ResetFences(device, fenceCount, pFences); in ResetFences() 11943 {"vkResetFences", reinterpret_cast<PFN_vkVoidFunction>(ResetFences)}, in intercept_core_device_command()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 348 VkResult result = device_dispatch_table(device)->ResetFences(device, fenceCount, pFences); in vkResetFences()
|