Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1780 class CmdCommand class
1783 virtual ~CmdCommand (void) {} in ~CmdCommand()
1804 SubmitCommandBuffer (const vector<CmdCommand*>& commands);
1819 vector<CmdCommand*> m_commands;
1823 SubmitCommandBuffer::SubmitCommandBuffer (const vector<CmdCommand*>& commands) in SubmitCommandBuffer()
1844 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1854 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1914 class PipelineBarrier : public CmdCommand
2047 class ImageTransition : public CmdCommand
2146 class FillBuffer : public CmdCommand
[all …]