/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 76 FreeCommandBuffersFunc freeCommandBuffers; variable
|
D | vkRef.hpp | 220 …void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_po… in operator ()()
|
D | vkInitDeviceFunctionPointers.inl | 76 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffe…
|
D | vkDeviceDriverImpl.inl | 365 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command… function in DeviceDriver 367 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
|
D | vkNullDriver.cpp | 938 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers() function
|
D | vkConcreteDeviceInterface.inl | 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 comma…
|
D | vkVirtualDeviceInterface.inl | 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 comma…
|
D | vkNullDriverImpl.inl | 1527 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 | 1308 vk.freeCommandBuffers(vkDevice, pool, 1u, &cmdBuffer[0]); in executeSecondaryCmdBuffer() 1373 …vk.freeCommandBuffers(vkDevice, *cmdPool, static_cast<deUint32>(cmdBuffersPeak.size()), &cmdBuffer… in trimCommandPoolTest() 1394 vk.freeCommandBuffers(vkDevice, *cmdPool, 1u, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 384 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 1131 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
|
D | vktWsiIncrementalPresentTests.cpp | 458 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()
|
D | vktWsiDisplayTimingTests.cpp | 387 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers() 1134 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
|
/external/vulkan-validation-layers/demos/ |
D | cube.cpp | 335 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/ |
D | vulkan.hpp | 16989 …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
|