Home
last modified time | relevance | path

Searched refs:DestroyFence (Results 1 – 15 of 15) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestContext.cpp92 GR_VK_CALL(fVk, DestroyFence(fDevice, fence, nullptr)); in deleteFence()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h59 PFN_vkDestroyFence DestroyFence; member
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp463 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr)); in submitToQueue()
652 GR_VK_CALL(gpu->vkInterface(), DestroyFence(gpu->device(), fSubmitFence, nullptr)); in onFreeGPUData()
DGrVkInterface.cpp60 GET_DEV_PROC(DestroyFence); in GrVkCreateInterface()
DGrVkGpu.cpp1214 VK_CALL(DestroyFence(fDevice, fence, nullptr)); in createTestingOnlyBackendTexture()
1224 VK_CALL(DestroyFence(fDevice, fence, nullptr)); in createTestingOnlyBackendTexture()
1862 VK_CALL(DestroyFence(this->device(), (VkFence)fence, nullptr)); in deleteFence()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp364 DestroyFence(fBackendContext->fDevice, fBackbuffers[i].fUsageFences[0], 0)); in destroyBuffers()
366 DestroyFence(fBackendContext->fDevice, fBackbuffers[i].fUsageFences[1], 0)); in destroyBuffers()
/external/vulkan-validation-layers/loader/
Dtable_ops.h82 table->DestroyFence = (PFN_vkDestroyFence)gpa(dev, "vkDestroyFence"); in loader_init_device_dispatch_table()
341 return (void *)table->DestroyFence; in loader_lookup_device_dispatch_table()
Dtrampoline.c1162 disp->DestroyFence(device, fence, pAllocator);
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp344 vk::DestroyFence(ctx_.dev, buf.present_fence, nullptr); in destroy_back_buffers()
DSmoke.cpp399 vk::DestroyFence(dev_, data.fence, nullptr); in destroy_frame_data()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp818 VKAPI_ATTR void VKAPI_CALL DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks… in DestroyFence() function
832 get_dispatch_table(ot_device_table_map, device)->DestroyFence(device, fence, pAllocator); in DestroyFence()
3806 return (PFN_vkVoidFunction)DestroyFence; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp2116 VKAPI_ATTR void VKAPI_CALL DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks… in DestroyFence() function
2124 get_dispatch_table(pc_device_table_map, device)->DestroyFence(device, fence, pAllocator); in DestroyFence()
5310 {"vkDestroyFence", reinterpret_cast<PFN_vkVoidFunction>(DestroyFence)}, in intercept_core_device_command()
Dvk_validation_layer_details.md103 …cases of this check to be tested, 1 each in ValidateFenceForSubmit(), DestroyFence(), and ResetFen…
Dcore_validation.cpp5398 VKAPI_ATTR void VKAPI_CALL DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks… in DestroyFence() function
5414 dev_data->dispatch_table.DestroyFence(device, fence, pAllocator); in DestroyFence()
11942 {"vkDestroyFence", reinterpret_cast<PFN_vkVoidFunction>(DestroyFence)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp342 device_dispatch_table(device)->DestroyFence(device, fence, pAllocator); in vkDestroyFence()