Searched refs:BufferCopyToImage (Results 1 – 1 of 1) sorted by relevance
2452 class BufferCopyToImage : public CmdCommand class2455 BufferCopyToImage (void) {} in BufferCopyToImage() function in vkt::memory::__anon09d9cc850111::BufferCopyToImage2456 ~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()