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.cpp1776 class CmdCommand class
1779 virtual ~CmdCommand (void) {} in ~CmdCommand()
1800 SubmitCommandBuffer (const vector<CmdCommand*>& commands);
1815 vector<CmdCommand*> m_commands;
1819 SubmitCommandBuffer::SubmitCommandBuffer (const vector<CmdCommand*>& commands) in SubmitCommandBuffer()
1840 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1850 CmdCommand& command = *m_commands[cmdNdx]; in prepare()
1910 class PipelineBarrier : public CmdCommand
2043 class ImageTransition : public CmdCommand
2142 class FillBuffer : public CmdCommand
[all …]