Lines Matching defs:desc
1171 string desc = string("Varying array with ") + vertAccessName + " write in vertex shader and " +
1173 varyingGroup->addChild(createVaryingArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion,
1197 string desc =
1200 uniformGroup->addChild(createUniformArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion,
1231 string desc = string("Temporary array with ") + writeAccessName + " write and " +
1234 tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion,
1271 string desc = string("Vector subscript access with ") + writeAccessName + " write and " +
1275 m_context, name.c_str(), desc.c_str(), m_glslVersion, isVertexCase, varType,
1311 string desc = string("Vector subscript access with ") + writeAccessName + " write and " +
1315 m_context, name.c_str(), desc.c_str(), m_glslVersion, isVertexCase, varType,