Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3353 class ImageCopyToImage : public CmdCommand class
3356 ImageCopyToImage (vk::VkImageLayout imageLayout) : m_imageLayout(imageLayout) {} in ImageCopyToImage() function in vkt::memory::__anon09d9cc850111::ImageCopyToImage
3357 ~ImageCopyToImage (void) {} in ~ImageCopyToImage()
3375 void ImageCopyToImage::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
3380 void ImageCopyToImage::prepare (PrepareContext& context) in prepare()
3458 void ImageCopyToImage::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()
3463 void ImageCopyToImage::submit (SubmitContext& context) in submit()
3494 void ImageCopyToImage::verify (VerifyContext& context, size_t commandIndex) in verify()
8925 …case OP_IMAGE_COPY_TO_IMAGE: return de::MovePtr<CmdCommand>(new ImageCopyToImage(state.imageLayo… in createCmdCommand()