• Home
  • Raw
  • Download

Lines Matching refs:descPostfix

2228 		std::string				descPostfix;  in init()  member
2250 std::string descPostfix; in init() member
2281 …m_context, test.name.c_str(), ("Sampler2D layout binding with " + test.descPostfix).c_str(), test.… in init()
2282 …m_context, test.name.c_str(), ("Sampler3D layout binding with " + test.descPostfix).c_str(), test.… in init()
2285 …e(m_context, test.name.c_str(), ("Image2D layout binding with " + test.descPostfix).c_str(), test.… in init()
2286 …e(m_context, test.name.c_str(), ("Image3D layout binding with " + test.descPostfix).c_str(), test.… in init()
2289 …rCase(m_context, test.name.c_str(), ("UBO layout binding with " + test.descPostfix).c_str(), test.… in init()
2292 …Case(m_context, test.name.c_str(), ("SSBO layout binding with " + test.descPostfix).c_str(), test.… in init()
2301 …, test.name.c_str(), ("Invalid sampler2d layout binding using " + test.descPostfix).c_str(), test.… in init()
2302 …, test.name.c_str(), ("Invalid sampler3d layout binding using " + test.descPostfix).c_str(), test.… in init()
2305 …xt, test.name.c_str(), ("Invalid image2d layout binding using " + test.descPostfix).c_str(), test.… in init()
2306 …xt, test.name.c_str(), ("Invalid image3d layout binding using " + test.descPostfix).c_str(), test.… in init()
2309 …ontext, test.name.c_str(), ("Invalid UBO layout binding using " + test.descPostfix).c_str(), test.… in init()
2312 …ntext, test.name.c_str(), ("Invalid SSBO layout binding using " + test.descPostfix).c_str(), test.… in init()