Home
last modified time | relevance | path

Searched refs:allocatePrimaryCommandBuffer (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp77 Move<VkCommandBuffer> allocatePrimaryCommandBuffer (VkCommandPool commandPool) const;
123 const Move<VkCommandBuffer> cmdBuffer = allocatePrimaryCommandBuffer(*cmdPool); in iterate()
459 Move<VkCommandBuffer> MemoryCommitmentTestInstance::allocatePrimaryCommandBuffer (VkCommandPool com… in allocatePrimaryCommandBuffer() function in vkt::api::MemoryCommitmentTestInstance
DvktApiImageClearingTests.cpp501 Move<VkCommandBuffer> allocatePrimaryCommandBuffer (VkCommandPool commandPool) const;
575 , m_commandBuffer (allocatePrimaryCommandBuffer(*m_commandPool)) in ImageClearingTestInstance()
726 Move<VkCommandBuffer> ImageClearingTestInstance::allocatePrimaryCommandBuffer (VkCommandPool comman… in allocatePrimaryCommandBuffer() function in vkt::api::__anon2a35dafd0111::ImageClearingTestInstance
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp455 angle::Result CommandQueue::allocatePrimaryCommandBuffer(vk::Context *context, in allocatePrimaryCommandBuffer() function in rx::CommandQueue
868 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &mPrimaryCommands)); in startPrimaryCommandBuffer()
1678 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &commandBuffer)); in synchronizeCpuGpuTime()
4005 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &commandBuffer)); in getTimestamp()
DContextVk.h78 angle::Result allocatePrimaryCommandBuffer(vk::Context *context,