Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1004 class CopyImageToImage : public CopiesAndBlittingTestInstance class
1007 CopyImageToImage (Context& context,
1023 CopyImageToImage::CopyImageToImage (Context& context, TestParams params) in CopyImageToImage() function in vkt::api::__anon59af0e9c0111::CopyImageToImage
1088 tcu::TestStatus CopyImageToImage::iterate (void) in iterate()
1243 tcu::TestStatus CopyImageToImage::checkTestResult (tcu::ConstPixelBufferAccess result) in checkTestResult()
1303 void CopyImageToImage::copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferA… in copyRegionToTextureLevel()
1367 return new CopyImageToImage(context, m_params); in createInstance()