Searched refs:RenderVertexStorageBuffer (Results 1 – 1 of 1) sorted by relevance
5243 class RenderVertexStorageBuffer : public RenderPassCommand class5246 RenderVertexStorageBuffer (void) {} in RenderVertexStorageBuffer() function in vkt::memory::__anon09d9cc850111::RenderVertexStorageBuffer5247 ~RenderVertexStorageBuffer (void);5264 RenderVertexStorageBuffer::~RenderVertexStorageBuffer (void) in ~RenderVertexStorageBuffer()5268 void RenderVertexStorageBuffer::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()5273 void RenderVertexStorageBuffer::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()5278 void RenderVertexStorageBuffer::prepare (PrepareRenderPassContext& context) in prepare()5369 void RenderVertexStorageBuffer::submit (SubmitContext& context) in submit()5387 void RenderVertexStorageBuffer::verify (VerifyRenderPassContext& context, size_t) in verify()9013 …ER_VERTEX_STORAGE_BUFFER: return de::MovePtr<RenderPassCommand>(new RenderVertexStorageBuffer()); in createRenderPassCommand()