/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 92 GR_VK_CALL(fVk, DestroyFence(fDevice, fence, nullptr)); in deleteFence()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 59 PFN_vkDestroyFence DestroyFence; member
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 463 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()
|
D | GrVkInterface.cpp | 60 GET_DEV_PROC(DestroyFence); in GrVkCreateInterface()
|
D | GrVkGpu.cpp | 1214 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/ |
D | VulkanWindowContext.cpp | 364 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/ |
D | table_ops.h | 82 table->DestroyFence = (PFN_vkDestroyFence)gpa(dev, "vkDestroyFence"); in loader_init_device_dispatch_table() 341 return (void *)table->DestroyFence; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1162 disp->DestroyFence(device, fence, pAllocator);
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 344 vk::DestroyFence(ctx_.dev, buf.present_fence, nullptr); in destroy_back_buffers()
|
D | Smoke.cpp | 399 vk::DestroyFence(dev_, data.fence, nullptr); in destroy_frame_data()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 818 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()
|
D | parameter_validation.cpp | 2116 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()
|
D | vk_validation_layer_details.md | 103 …cases of this check to be tested, 1 each in ValidateFenceForSubmit(), DestroyFence(), and ResetFen…
|
D | core_validation.cpp | 5398 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/ |
D | wrap_objects.cpp | 342 device_dispatch_table(device)->DestroyFence(device, fence, pAllocator); in vkDestroyFence()
|