Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3595 class ImageBlitFromImage : public CmdCommand class
3598ImageBlitFromImage (deUint32 seed, BlitScale scale, vk::VkImageLayout imageLayout) : m_seed(seed),… in ImageBlitFromImage() function in vkt::memory::__anon09d9cc850111::ImageBlitFromImage
3599 ~ImageBlitFromImage (void) {} in ~ImageBlitFromImage()
3621 void ImageBlitFromImage::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
3626 void ImageBlitFromImage::prepare (PrepareContext& context) in prepare()
3776 void ImageBlitFromImage::logSubmit (TestLog& log, size_t commandIndex) const in logSubmit()
3781 void ImageBlitFromImage::submit (SubmitContext& context) in submit()
3822 void ImageBlitFromImage::verify (VerifyContext& context, size_t) in verify()
8936 … return de::MovePtr<CmdCommand>(new ImageBlitFromImage(rng.getUint32(), scale, state.imageLayout)); in createCmdCommand()