Home
last modified time | relevance | path

Searched refs:vkFreeCommandBuffers (Results 1 – 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc206 if (!(ptrs_.vkFreeCommandBuffers = reinterpret_cast<PFN_vkFreeCommandBuffers>(getInstanceProcAddr(i…
207 return Result("Vulkan: Unable to load vkFreeCommandBuffers pointer");
Dvk-wrappers-1-0.h52 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc206 if (!(ptrs_.vkFreeCommandBuffers = reinterpret_cast<PFN_vkFreeCommandBuffers>(getInstanceProcAddr(i…
207 return Result("Vulkan: Unable to load vkFreeCommandBuffers pointer");
Dvk-wrappers-1-0.h52 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvk-funcs-1-0.inc52 AMBER_VK_FUNC(vkFreeCommandBuffers)
Dcommand_buffer.cc36 device_->GetPtrs()->vkFreeCommandBuffers( in ~CommandBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.def97 vkFreeCommandBuffers
Dvk_swiftshader.lds97 vkFreeCommandBuffers;
DVkGetProcAddress.cpp243 MAKE_VULKAN_DEVICE_ENTRY(vkFreeCommandBuffers),
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp56 VK_INSTANCE(vkFreeCommandBuffers, void, VkDevice, VkCommandPool, uint32_t, const VkCommandBuffer *);
DDevice.cpp416 driver->vkFreeCommandBuffers(device, pool, 1, &buffer); in FreeCommandBuffer()
/third_party/vulkan-loader/
Dvulkan.symbols.api155 vkFreeCommandBuffers
/third_party/vulkan-loader/loader/
Dvulkan-1.def116 vkFreeCommandBuffers
Dgpa_helper.c120 if (!strcmp(funcName, "vkFreeCommandBuffers")) return vkFreeCommandBuffers; in trampoline_get_proc_addr()
/third_party/glfw/tests/
Dvulkan.c429 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, cmd_bufs); in demo_flush_init_cmd()
2145 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_cleanup()
2147 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_cleanup()
2196 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->setup_cmd); in demo_resize()
2198 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, &demo->draw_cmd); in demo_resize()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h207 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; member
614 extern PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
Dvolk.c417 vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)load(context, "vkFreeCommandBuffers"); in volkGenLoadDevice()
818 table->vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)load(context, "vkFreeCommandBuffers"); in volkGenLoadDeviceTable()
1229 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; variable
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl115 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkFreeCommandBuffers", FUNCTIONORIGIN_DEVI…
253 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkFreeCommandBuffers", FUNCTIONORIGIN_DEVI…
419 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkFreeCommandBuffers", FUNCTIONORIGIN_DEVI…
598 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkFreeCommandBuffers", FUNCTIONORIGIN_DEVI…
DvkInitDeviceFunctionPointers.inl83 …eCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffers");
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1852 vkFreeCommandBuffers(info.device, info.cmd_pool, 1, cmd_bufs); in destroy_command_buffer()
1857 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmds.data()); in destroy_command_buffer_array()
1871 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmd2s.data()); in destroy_command_buffer2_array()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp178 IMGUI_VULKAN_FUNC_MAP_MACRO(vkFreeCommandBuffers) \
1428 vkFreeCommandBuffers(device, fd->CommandPool, 1, &fd->CommandBuffer); in ImGui_ImplVulkanH_DestroyFrame()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h657 vkFreeCommandBuffers(device, mHandle, commandBufferCount, commandBuffers);
769 vkFreeCommandBuffers(device, commandPool.getHandle(), 1, &mHandle);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp1096 vkFreeCommandBuffers(mDevice, mCommandPool, commandBufferCount, commandBuffers); in readPixels()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dcmdbuffers.adoc596 <<vkFreeCommandBuffers, freed>>.
688 Once command buffers are freed with flink:vkFreeCommandBuffers, they can be
787 [open,refpage='vkFreeCommandBuffers',desc='Free command buffers',type='protos']
791 include::{generated}/api/protos/vkFreeCommandBuffers.adoc[]
812 * flink:vkFreeCommandBuffers does not return the memory used by command
821 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00047]]
824 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00048]]
830 include::{generated}/validity/protos/vkFreeCommandBuffers.adoc[]
Dcmdbuffers.txt390 <<vkFreeCommandBuffers, freed>>.
542 [open,refpage='vkFreeCommandBuffers',desc='Free command buffers',type='protos']
546 include::{generated}/api/protos/vkFreeCommandBuffers.txt[]
562 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00047]]
565 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00048]]
571 include::{generated}/validity/protos/vkFreeCommandBuffers.txt[]

12