Home
last modified time | relevance | path

Searched refs:vkDestroyCommandPool (Results 1 – 25 of 54) sorted by relevance

123

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_pool.cc28 device_->GetPtrs()->vkDestroyCommandPool(device_->GetVkDevice(), pool_, in ~CommandPool()
Dvk-funcs-1-0.inc39 AMBER_VK_FUNC(vkDestroyCommandPool)
/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc154 if (!(ptrs_.vkDestroyCommandPool = reinterpret_cast<PFN_vkDestroyCommandPool>(getInstanceProcAddr(i…
155 return Result("Vulkan: Unable to load vkDestroyCommandPool pointer");
Dvk-wrappers-1-0.h39 PFN_vkDestroyCommandPool vkDestroyCommandPool; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc154 if (!(ptrs_.vkDestroyCommandPool = reinterpret_cast<PFN_vkDestroyCommandPool>(getInstanceProcAddr(i…
155 return Result("Vulkan: Unable to load vkDestroyCommandPool pointer");
Dvk-wrappers-1-0.h39 PFN_vkDestroyCommandPool vkDestroyCommandPool; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds94 vkDestroyCommandPool;
Dvk_swiftshader.def94 vkDestroyCommandPool
DVkGetProcAddress.cpp240 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyCommandPool),
/third_party/vulkan-loader/
Dvulkan.symbols.api122 vkDestroyCommandPool
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp46 VK_INSTANCE(vkDestroyCommandPool, void, VkDevice, VkCommandPool, const VkAllocationCallbacks *);
DDevice.cpp398 return driver->vkDestroyCommandPool(device, commandPool, nullptr); in DestroyCommandPool()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandpool.c98 vkDestroyCommandPool (pool->queue->device->device, pool->pool, NULL); in gst_vulkan_command_pool_finalize()
/third_party/vulkan-loader/loader/
Dvulkan-1.def113 vkDestroyCommandPool
Dgpa_helper.c117 if (!strcmp(funcName, "vkDestroyCommandPool")) return vkDestroyCommandPool; in trampoline_get_proc_addr()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h187 PFN_vkDestroyCommandPool vkDestroyCommandPool; member
588 extern PFN_vkDestroyCommandPool vkDestroyCommandPool;
Dvolk.c397 vkDestroyCommandPool = (PFN_vkDestroyCommandPool)load(context, "vkDestroyCommandPool"); in volkGenLoadDevice()
798 table->vkDestroyCommandPool = (PFN_vkDestroyCommandPool)load(context, "vkDestroyCommandPool"); in volkGenLoadDeviceTable()
1203 PFN_vkDestroyCommandPool vkDestroyCommandPool; variable
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl112 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyCommandPool", FUNCTIONORIGIN_DEVI…
250 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyCommandPool", FUNCTIONORIGIN_DEVI…
416 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkDestroyCommandPool", FUNCTIONORIGIN_DEVI…
595 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyCommandPool", FUNCTIONORIGIN_DEVI…
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp500 vkDestroyCommandPool(device, reinterpret_cast<VkCommandPool>(mHandle), nullptr); in destroy()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp162 IMGUI_VULKAN_FUNC_MAP_MACRO(vkDestroyCommandPool) \
1429 vkDestroyCommandPool(device, fd->CommandPool, allocator); in ImGui_ImplVulkanH_DestroyFrame()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp164 vkDestroyCommandPool(mDevice, mCommandPool, nullptr); in ~VulkanHelper()
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp638 vkDestroyCommandPool = load(device, "vkDestroyCommandPool"); in DeviceFunctions()
Dtest_util.h770 PFN_vkDestroyCommandPool vkDestroyCommandPool = nullptr; member
/third_party/flutter/glfw/tests/
Dvulkan.c2148 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_cleanup()
2199 vkDestroyCommandPool(demo->device, demo->cmd_pool, NULL); in demo_resize()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp1058 vkDestroyCommandPool(device, fd->CommandPool, allocator); in ImGui_ImplVulkanH_DestroyWindowData()

123