Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl76 FreeCommandBuffersFunc freeCommandBuffers; variable
DvkRef.hpp220 …void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_po… in operator ()()
DvkInitDeviceFunctionPointers.inl76 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffers");
DvkDeviceDriverImpl.inl365 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command… function in DeviceDriver
367 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
DvkVirtualDeviceInterface.inl76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command…
DvkConcreteDeviceInterface.inl76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command…
DvkNullDriver.cpp1061 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers() function
DvkNullDriverImpl.inl1513 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.cpp1221 vk.freeCommandBuffers(vkDevice, pool, 1u, &cmdBuffer[0]); in executeSecondaryCmdBuffer()
1279 …vk.freeCommandBuffers(vkDevice, *cmdPool, static_cast<deUint32>(cmdBuffersPeak.size()), &cmdBuffer… in trimCommandPoolTest()
1300 vk.freeCommandBuffers(vkDevice, *cmdPool, 1u, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp354 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
1101 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiDisplayTimingTests.cpp342 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
1089 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
DvktWsiIncrementalPresentTests.cpp455 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
1184 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
/external/vulkan-validation-layers/demos/
Dcube.cpp335 device.freeCommandBuffers(cmd_pool, 1, &buffers[i].cmd); in cleanup()
620 device.freeCommandBuffers(cmd_pool, 1, commandBuffers); in flush_init_cmd()
2103 device.freeCommandBuffers(cmd_pool, 1, &buffers[i].cmd); in resize()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16989 …void freeCommandBuffers( CommandPool commandPool, uint32_t commandBufferCount, const CommandBuffer… in freeCommandBuffers() function in vk::Device
16995 …void freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffers )… in freeCommandBuffers() function in vk::Device