Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp5362 class RenderVertexStorageBuffer : public RenderPassCommand class
5365 RenderVertexStorageBuffer (void) {} in RenderVertexStorageBuffer() function in vkt::memory::__anone897a1840111::RenderVertexStorageBuffer
5366 ~RenderVertexStorageBuffer (void);
5383 RenderVertexStorageBuffer::~RenderVertexStorageBuffer (void) in ~RenderVertexStorageBuffer()
5387 void RenderVertexStorageBuffer::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
5392 void RenderVertexStorageBuffer::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()
5397 void RenderVertexStorageBuffer::prepare (PrepareRenderPassContext& context) in prepare()
5488 void RenderVertexStorageBuffer::submit (SubmitContext& context) in submit()
5506 void RenderVertexStorageBuffer::verify (VerifyRenderPassContext& context, size_t) in verify()
8897 …ER_VERTEX_STORAGE_BUFFER: return de::MovePtr<RenderPassCommand>(new RenderVertexStorageBuffer()); in createRenderPassCommand()