Searched refs:ImageBlitToImage (Results 1 – 1 of 1) sorted by relevance
3875 class ImageBlitToImage : public CmdCommand class3878 …ImageBlitToImage (BlitScale scale, vk::VkImageLayout imageLayout) : m_scale(scale), m_imageLayout(… in ImageBlitToImage() function in vkt::memory::__anon58c89e6c0111::ImageBlitToImage3879 ~ImageBlitToImage (void) {} in ~ImageBlitToImage()3900 void ImageBlitToImage::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()3905 void ImageBlitToImage::prepare (PrepareContext& context) in prepare()3996 void ImageBlitToImage::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()4001 void ImageBlitToImage::submit (SubmitContext& context) in submit()4042 void ImageBlitToImage::verify (VerifyContext& context, size_t commandIndex) in verify()8965 return de::MovePtr<CmdCommand>(new ImageBlitToImage(scale, state.imageLayout)); in createCmdCommand()