Home
last modified time | relevance | path

Searched refs:freeCommandBuffers (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.hpp35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
H A DVkCommandPool.cpp77 void CommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers) in freeCommandBuffers() function in vk::CommandPool
H A DlibVulkan.cpp2457 vk::Cast(commandPool)->freeCommandBuffers(commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
H A DClearImageBenchmarks.cpp102 device.freeCommandBuffers(commandPool, 1, &commandBuffer); in ~ClearImageBenchmark()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp69 device.freeCommandBuffers(commandPool, 1, &commandBuffer); in endSingleTimeCommands()
H A DDrawTester.cpp26 device.freeCommandBuffers(commandPool, commandBuffers); in ~DrawTester()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRef.hpp249 void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_pool, 1, &obj); } in operator ()()
H A DvkNullDriver.cpp1380 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) in freeCommandBuffers() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp157 context.getDeviceInterface().freeCommandBuffers(device, cmdPool, numCmdBuffers, pCmdBuffers); in release()
H A DvktApiCommandBuffersTests.cpp997 vk.freeCommandBuffers(vkDevice, pool, 1u, &cmdBuffer[0]); in executeSecondaryCmdBuffer()
1055 vk.freeCommandBuffers(vkDevice, *cmdPool, static_cast<deUint32>(cmdBuffersPeak.size()), &cmdBuffersPeak[0]); in trimCommandPoolTest()
1076 vk.freeCommandBuffers(vkDevice, *cmdPool, 1u, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp157 context.getDeviceInterface().freeCommandBuffers(device, cmdPool, numCmdBuffers, pCmdBuffers); in release()
H A DvktApiCommandBuffersTests.cpp997 vk.freeCommandBuffers(vkDevice, pool, 1u, &cmdBuffer[0]); in executeSecondaryCmdBuffer()
1055 vk.freeCommandBuffers(vkDevice, *cmdPool, static_cast<deUint32>(cmdBuffersPeak.size()), &cmdBuffersPeak[0]); in trimCommandPoolTest()
1076 vk.freeCommandBuffers(vkDevice, *cmdPool, 1u, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp322 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
851 m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBuffers.size()]); in render()
H A DvktWsiIncrementalPresentTests.cpp402 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
934 m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBuffers.size()]); in render()
H A DvktWsiSharedPresentableImageTests.cpp309 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
897 m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBuffers.size()]); in render()
H A DvktWsiDisplayControlTests.cpp384 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp322 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
851 m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBuffers.size()]); in render()
H A DvktWsiIncrementalPresentTests.cpp402 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
934 m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBuffers.size()]); in render()
H A DvktWsiSharedPresentableImageTests.cpp309 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
897 m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBuffers.size()]); in render()
H A DvktWsiDisplayControlTests.cpp384 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp643 m_deviceInterface.freeCommandBuffers(m_device, m_videoCommandPool, (deUint32)m_commandBuffers.size(), &m_commandBuffers[0]);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h141 void freeCommandBuffers(VkDevice device,
652 ANGLE_INLINE void CommandPool::freeCommandBuffers(VkDevice device, in freeCommandBuffers() function in rx::DescriptorSetIndex::CommandPool
H A DCommandProcessor.cpp323 commandPool->freeCommandBuffers(device, 1, secondary.ptr()); in resetSecondaryCommandBuffers()
H A Dvk_helpers.cpp2151 pool->freeCommandBuffers(device, 1, (*commandBuffer)->getCommandBuffer().ptr()); in recycleImpl()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp8924 void freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool,
8930 void freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool,

Completed in 77 milliseconds

12