Searched refs:CopyBufferToImage (Results 1 – 7 of 7) sorted by relevance
133 case CommandID::CopyBufferToImage: in executeCommands()373 case CommandID::CopyBufferToImage: in dumpCommands()
43 CopyBufferToImage, enumerator795 initCommand<CopyBufferToImageParams>(CommandID::CopyBufferToImage); in copyBufferToImage()
59 case CommandID::CopyBufferToImage: in GetCommandString()299 case CommandID::CopyBufferToImage: in executeCommands()
53 CopyBufferToImage, enumerator1102 initCommand<CopyBufferToImageParams>(CommandID::CopyBufferToImage); in copyBufferToImage()
516 EVENT_MARKER_ALIAS(CopyBufferToImage2, CopyBufferToImage, commandBuffer, in sqtt_CmdCopyBufferToImage2()
3005 namespace CopyBufferToImage namespace5550 …E_COPY_BUFFER_TO_IMAGE: return de::MovePtr<OperationSupport>(new CopyBufferToImage ::Support (… in makeOperationSupport()5582 …D_COPY_BUFFER_TO_IMAGE: return de::MovePtr<OperationSupport>(new CopyBufferToImage ::Support (… in makeOperationSupport()
2385 class CopyBufferToImage : public CopiesAndBlittingTestInstance class2388 CopyBufferToImage (Context& context,2404 CopyBufferToImage::CopyBufferToImage (Context& context, TestParams testParams) in CopyBufferToImage() function in vkt::api::__anon59af0e9c0111::CopyBufferToImage2463 tcu::TestStatus CopyBufferToImage::iterate (void) in iterate()2568 return new CopyBufferToImage(context, m_params); in createInstance()2585 void CopyBufferToImage::copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBuffer… in copyRegionToTextureLevel()