Home
last modified time | relevance | path

Searched refs:freeCommandBuffers (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkCommandPool.hpp35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
DVkCommandPool.cpp73 void CommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBu… in freeCommandBuffers() function in vk::CommandPool
DlibVulkan.cpp2394 vk::Cast(commandPool)->freeCommandBuffers(commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
/external/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp102 device.freeCommandBuffers(commandPool, 1, &commandBuffer); in ~ClearImageBenchmark()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp245 …void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_po… in operator ()()
DvkDeviceFunctionPointers.inl77 FreeCommandBuffersFunc freeCommandBuffers; variable
DvkInitDeviceFunctionPointers.inl77 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffe…
DvkNullDriver.cpp1370 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers() function
DvkDeviceDriverImpl.inl370 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command… function in DeviceDriver
372 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
DvkConcreteDeviceInterface.inl77 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 com…
DvkVirtualDeviceInterface.inl77 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 com…
DvkNullDriverImpl.inl3294 VK_NULL_FUNC_ENTRY(vkFreeCommandBuffers, freeCommandBuffers),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp147 context.getDeviceInterface().freeCommandBuffers(device, cmdPool, numCmdBuffers, pCmdBuffers); in release()
DvktApiCommandBuffersTests.cpp964 vk.freeCommandBuffers(vkDevice, pool, 1u, &cmdBuffer[0]); in executeSecondaryCmdBuffer()
1022 …vk.freeCommandBuffers(vkDevice, *cmdPool, static_cast<deUint32>(cmdBuffersPeak.size()), &cmdBuffer… in trimCommandPoolTest()
1043 vk.freeCommandBuffers(vkDevice, *cmdPool, 1u, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp307 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
882 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiIncrementalPresentTests.cpp400 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
932 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiDisplayTimingTests.cpp320 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
849 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiDisplayControlTests.cpp383 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp26 device.freeCommandBuffers(commandPool, commandBuffers); in ~DrawTester()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h141 void freeCommandBuffers(VkDevice device,
692 ANGLE_INLINE void CommandPool::freeCommandBuffers(VkDevice device,