Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp2452 class BufferCopyToImage : public CmdCommand class
2455 BufferCopyToImage (void) {} in BufferCopyToImage() function in vkt::memory::__anon09d9cc850111::BufferCopyToImage
2456 ~BufferCopyToImage (void) {} in ~BufferCopyToImage()
2472 void BufferCopyToImage::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
2477 void BufferCopyToImage::prepare (PrepareContext& context) in prepare()
2555 void BufferCopyToImage::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()
2560 void BufferCopyToImage::submit (SubmitContext& context) in submit()
2585 void BufferCopyToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
8880 case OP_BUFFER_COPY_TO_IMAGE: return de::MovePtr<CmdCommand>(new BufferCopyToImage()); in createCmdCommand()