/external/swiftshader/src/Vulkan/ |
D | VkCommandPool.hpp | 35 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers);
|
D | VkCommandPool.cpp | 73 void CommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBu… in freeCommandBuffers() function in vk::CommandPool
|
D | libVulkan.cpp | 2394 vk::Cast(commandPool)->freeCommandBuffers(commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
|
/external/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 102 device.freeCommandBuffers(commandPool, 1, &commandBuffer); in ~ClearImageBenchmark()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRef.hpp | 245 …void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_po… in operator ()()
|
D | vkDeviceFunctionPointers.inl | 77 FreeCommandBuffersFunc freeCommandBuffers; variable
|
D | vkInitDeviceFunctionPointers.inl | 77 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffe…
|
D | vkNullDriver.cpp | 1370 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers() function
|
D | vkDeviceDriverImpl.inl | 370 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command… function in DeviceDriver 372 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
|
D | vkConcreteDeviceInterface.inl | 77 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 com…
|
D | vkVirtualDeviceInterface.inl | 77 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 com…
|
D | vkNullDriverImpl.inl | 3294 VK_NULL_FUNC_ENTRY(vkFreeCommandBuffers, freeCommandBuffers),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 147 context.getDeviceInterface().freeCommandBuffers(device, cmdPool, numCmdBuffers, pCmdBuffers); in release()
|
D | vktApiCommandBuffersTests.cpp | 964 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/ |
D | vktWsiSharedPresentableImageTests.cpp | 307 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()
|
D | vktWsiIncrementalPresentTests.cpp | 400 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()
|
D | vktWsiDisplayTimingTests.cpp | 320 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()
|
D | vktWsiDisplayControlTests.cpp | 383 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 26 device.freeCommandBuffers(commandPool, commandBuffers); in ~DrawTester()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 141 void freeCommandBuffers(VkDevice device, 692 ANGLE_INLINE void CommandPool::freeCommandBuffers(VkDevice device,
|