Searched refs:passOpName (Results 1 – 1 of 1) sorted by relevance
857 const std::string passOpName = std::string("pass_") + getShortName(stencilOps[passOpNdx]); in createStencilTests() local858 …de::MovePtr<tcu::TestCaseGroup> passOpTest (new tcu::TestCaseGroup(testCtx, passOpName.c_str(), ""… in createStencilTests()