Home
last modified time | relevance | path

Searched refs:AllocateCommandBuffer (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp127 VkResult AllocateCommandBuffer(VkCommandPool pool, VkCommandBuffer *out) const;
DDevice.cpp401 VkResult Device::AllocateCommandBuffer( in AllocateCommandBuffer() function in Device
DComputeTests.cpp266 VK_ASSERT(device->AllocateCommandBuffer(commandPool, &commandBuffer)); in test()
/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h113 …void AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, const VkCommandBuffe…
Dobject_tracker_utils.cpp65 void ObjectLifetimes::AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, cons… in AllocateCommandBuffer() function in ObjectLifetimes
579AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], pAllocateInfo->level… in PostCallRecordAllocateCommandBuffers()