/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 166 if (!(ptrs_.vkDestroyFence = reinterpret_cast<PFN_vkDestroyFence>(getInstanceProcAddr(instance_, "v… 167 return Result("Vulkan: Unable to load vkDestroyFence pointer");
|
D | vk-wrappers-1-0.h | 42 PFN_vkDestroyFence vkDestroyFence; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 166 if (!(ptrs_.vkDestroyFence = reinterpret_cast<PFN_vkDestroyFence>(getInstanceProcAddr(instance_, "v… 167 return Result("Vulkan: Unable to load vkDestroyFence pointer");
|
D | vk-wrappers-1-0.h | 42 PFN_vkDestroyFence vkDestroyFence; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 42 AMBER_VK_FUNC(vkDestroyFence)
|
D | command_buffer.cc | 32 device_->GetPtrs()->vkDestroyFence(device_->GetVkDevice(), fence_, nullptr); in ~CommandBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 44 vkDestroyFence;
|
D | vk_swiftshader.def | 44 vkDestroyFence
|
D | VkGetProcAddress.cpp | 190 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyFence),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 128 vkDestroyFence
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkfence.c | 80 vkDestroyFence (fence->device->device, fence->fence, NULL); in gst_vulkan_fence_free()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 63 vkDestroyFence
|
D | gpa_helper.c | 67 if (!strcmp(funcName, "vkDestroyFence")) return vkDestroyFence; in trampoline_get_proc_addr()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 192 PFN_vkDestroyFence vkDestroyFence; member 593 extern PFN_vkDestroyFence vkDestroyFence;
|
D | volk.c | 402 vkDestroyFence = (PFN_vkDestroyFence)load(context, "vkDestroyFence"); in volkGenLoadDevice() 803 table->vkDestroyFence = (PFN_vkDestroyFence)load(context, "vkDestroyFence"); in volkGenLoadDeviceTable() 1208 PFN_vkDestroyFence vkDestroyFence; variable
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 62 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyFence", FUNCTIONORIGIN_DEVICE)); 200 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyFence", FUNCTIONORIGIN_DEVICE)); 366 apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkDestroyFence", FUNCTIONORIGIN_DEVICE)); 545 apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyFence", FUNCTIONORIGIN_DEVICE));
|
D | vkInitDeviceFunctionPointers.inl | 26 m_vk.destroyFence = (DestroyFenceFunc) GET_PROC_ADDR("vkDestroyFence");
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 190 vkDestroyFence(mInfo.device, mDrawFence, NULL); in TearDown()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 190 vkDestroyFence(mInfo.device, mDrawFence, NULL); in TearDown()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 457 vkDestroyFence(device, reinterpret_cast<VkFence>(mHandle), nullptr); in destroy()
|
D | vk_wrapper.h | 1403 vkDestroyFence(device, mHandle, nullptr);
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 164 IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyFence) \ 1427 vkDestroyFence(device, fd->Fence, allocator); in ImGui_ImplVulkanH_DestroyFrame()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 1056 vkDestroyFence(device, fd->Fence, allocator); in ImGui_ImplVulkanH_DestroyWindowData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 838 vkDestroyFence(device, (VkFence)mHandle, nullptr); in destroy()
|
/third_party/ffmpeg/libavfilter/ |
D | vulkan.c | 1343 vkDestroyFence(s->hwctx->act_dev, q->fence, s->hwctx->alloc); in free_exec_ctx()
|