Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkCommandPool.hpp34 void freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
DVkCommandPool.cpp74 void CommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer* pCommandBu… in freeCommandBuffers() function in vk::CommandPool
DlibVulkan.cpp1237 vk::Cast(commandPool)->freeCommandBuffers(commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl77 FreeCommandBuffersFunc freeCommandBuffers; variable
DvkRef.hpp222 …void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_po… in operator ()()
DvkInitDeviceFunctionPointers.inl77 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffers"…
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 comm…
DvkVirtualDeviceInterface.inl77 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 comm…
DvkNullDriver.cpp1242 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers() function
DvkNullDriverImpl.inl2041 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.cpp959 vk.freeCommandBuffers(vkDevice, pool, 1u, &cmdBuffer[0]); in executeSecondaryCmdBuffer()
1017 …vk.freeCommandBuffers(vkDevice, *cmdPool, static_cast<deUint32>(cmdBuffersPeak.size()), &cmdBuffer… in trimCommandPoolTest()
1038 vk.freeCommandBuffers(vkDevice, *cmdPool, 1u, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp337 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
909 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiDisplayTimingTests.cpp324 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
850 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiIncrementalPresentTests.cpp431 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
963 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp14370 …void freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer…
14373 …void freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, …
50349 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool commandPool, uint32_t commandBuffer… in freeCommandBuffers() function in VULKAN_HPP_NAMESPACE::Device
50355 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool commandPool, ArrayProxy<const Comma… in freeCommandBuffers() function in VULKAN_HPP_NAMESPACE::Device
/external/swiftshader/include/vulkan/
Dvulkan.hpp40755 …void freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer…
40758 …void freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers, …
43236 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool commandPool, uint32_t commandBuffer… in freeCommandBuffers() function in VULKAN_HPP_NAMESPACE::Device
43242 …VULKAN_HPP_INLINE void Device::freeCommandBuffers( CommandPool commandPool, ArrayProxy<const Comma… in freeCommandBuffers() function in VULKAN_HPP_NAMESPACE::Device