Home
last modified time | relevance | path

Searched refs:vkDestroyFence (Results 1 – 25 of 49) sorted by relevance

12

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc166 if (!(ptrs_.vkDestroyFence = reinterpret_cast<PFN_vkDestroyFence>(getInstanceProcAddr(instance_, "v…
167 return Result("Vulkan: Unable to load vkDestroyFence pointer");
Dvk-wrappers-1-0.h42 PFN_vkDestroyFence vkDestroyFence; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc166 if (!(ptrs_.vkDestroyFence = reinterpret_cast<PFN_vkDestroyFence>(getInstanceProcAddr(instance_, "v…
167 return Result("Vulkan: Unable to load vkDestroyFence pointer");
Dvk-wrappers-1-0.h42 PFN_vkDestroyFence vkDestroyFence; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvk-funcs-1-0.inc42 AMBER_VK_FUNC(vkDestroyFence)
Dcommand_buffer.cc32 device_->GetPtrs()->vkDestroyFence(device_->GetVkDevice(), fence_, nullptr); in ~CommandBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds44 vkDestroyFence;
Dvk_swiftshader.def44 vkDestroyFence
DVkGetProcAddress.cpp190 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyFence),
/third_party/vulkan-loader/
Dvulkan.symbols.api128 vkDestroyFence
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkfence.c80 vkDestroyFence (fence->device->device, fence->fence, NULL); in gst_vulkan_fence_free()
/third_party/vulkan-loader/loader/
Dvulkan-1.def63 vkDestroyFence
Dgpa_helper.c67 if (!strcmp(funcName, "vkDestroyFence")) return vkDestroyFence; in trampoline_get_proc_addr()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h192 PFN_vkDestroyFence vkDestroyFence; member
593 extern PFN_vkDestroyFence vkDestroyFence;
Dvolk.c402 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/
DvkCoreFunctionalities.inl62 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));
DvkInitDeviceFunctionPointers.inl26 m_vk.destroyFence = (DestroyFenceFunc) GET_PROC_ADDR("vkDestroyFence");
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp190 vkDestroyFence(mInfo.device, mDrawFence, NULL); in TearDown()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp190 vkDestroyFence(mInfo.device, mDrawFence, NULL); in TearDown()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp457 vkDestroyFence(device, reinterpret_cast<VkFence>(mHandle), nullptr); in destroy()
Dvk_wrapper.h1403 vkDestroyFence(device, mHandle, nullptr);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp164 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/
Dimgui_impl_vulkan.cpp1056 vkDestroyFence(device, fd->Fence, allocator); in ImGui_ImplVulkanH_DestroyWindowData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp838 vkDestroyFence(device, (VkFence)mHandle, nullptr); in destroy()
/third_party/ffmpeg/libavfilter/
Dvulkan.c1343 vkDestroyFence(s->hwctx->act_dev, q->fence, s->hwctx->alloc); in free_exec_ctx()

12