Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4530 class ExecuteSecondaryCommandBuffer : public CmdCommand class
4533 ExecuteSecondaryCommandBuffer (const vector<CmdCommand*>& commands);
4534 ~ExecuteSecondaryCommandBuffer (void);
4555 ExecuteSecondaryCommandBuffer::ExecuteSecondaryCommandBuffer(const vector<CmdCommand*>& commands) in ExecuteSecondaryCommandBuffer() function in vkt::memory::__anon09d9cc850111::ExecuteSecondaryCommandBuffer
4560 ExecuteSecondaryCommandBuffer::~ExecuteSecondaryCommandBuffer (void) in ~ExecuteSecondaryCommandBuffer()
4566 void ExecuteSecondaryCommandBuffer::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
4578 void ExecuteSecondaryCommandBuffer::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()
4590 void ExecuteSecondaryCommandBuffer::prepare (PrepareContext& context) in prepare()
4618 void ExecuteSecondaryCommandBuffer::submit (SubmitContext& context) in submit()
4629 void ExecuteSecondaryCommandBuffer::verify (VerifyContext& context, size_t commandIndex) in verify()
[all …]