Home
last modified time | relevance | path

Searched defs:QueueCommandBuffer (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1497 void VkCommandBufferObj::QueueCommandBuffer(bool checkSuccess) { in QueueCommandBuffer() function in VkCommandBufferObj
1502 void VkCommandBufferObj::QueueCommandBuffer(VkFence fence, bool checkSuccess) { in QueueCommandBuffer() function in VkCommandBufferObj
Dlayer_validation_tests.cpp301 …void QueueCommandBuffer(bool checkSuccess = true) { m_commandBuffer->QueueCommandBuffer(checkSucce… in QueueCommandBuffer() function in VkLayerTest
302 void QueueCommandBuffer(const VkFence &fence) { m_commandBuffer->QueueCommandBuffer(fence); } in QueueCommandBuffer() function in VkLayerTest