Searched refs:ImageCopyFromImage (Results 1 – 1 of 1) sorted by relevance
3159 class ImageCopyFromImage : public CmdCommand class3162 …ImageCopyFromImage (deUint32 seed, vk::VkImageLayout imageLayout) : m_seed(seed), m_imageLayout(im… in ImageCopyFromImage() function in vkt::memory::__anon09d9cc850111::ImageCopyFromImage3163 ~ImageCopyFromImage (void) {} in ~ImageCopyFromImage()3182 void ImageCopyFromImage::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()3187 void ImageCopyFromImage::prepare (PrepareContext& context) in prepare()3324 void ImageCopyFromImage::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()3329 void ImageCopyFromImage::submit (SubmitContext& context) in submit()3360 void ImageCopyFromImage::verify (VerifyContext& context, size_t) in verify()6198 …case OP_IMAGE_COPY_FROM_IMAGE: return de::MovePtr<CmdCommand>(new ImageCopyFromImage(rng.getUint… in createCmdCommand()