Lines Matching refs:AttribSpec
362 struct AttribSpec struct in deqp::gles2::Performance::ShaderCompilerCase
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {} in AttribSpec() function
407 vector<AttribSpec> vertexAttributes;
1034 static vector<ShaderCompilerCase::AttribSpec> lightShaderAttributes (const string& nameSpecializati… in lightShaderAttributes()
1036 vector<ShaderCompilerCase::AttribSpec> result; in lightShaderAttributes()
1038 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in lightShaderAttributes()
1044 result.push_back(ShaderCompilerCase::AttribSpec("a_normal" + nameSpecialization, in lightShaderAttributes()
1050 result.push_back(ShaderCompilerCase::AttribSpec("a_texCoord0" + nameSpecialization, in lightShaderAttributes()
1266 static vector<ShaderCompilerCase::AttribSpec> loopShaderAttributes (const string& nameSpecializatio… in loopShaderAttributes()
1268 vector<ShaderCompilerCase::AttribSpec> result; in loopShaderAttributes()
1270 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in loopShaderAttributes()
1276 result.push_back(ShaderCompilerCase::AttribSpec("a_value" + nameSpecialization, in loopShaderAttributes()
1283 result.push_back(ShaderCompilerCase::AttribSpec("a_loopBound" + nameSpecialization, in loopShaderAttributes()
1305 static vector<ShaderCompilerCase::AttribSpec> singleValueShaderAttributes (const string& nameSpecia… in singleValueShaderAttributes()
1307 vector<ShaderCompilerCase::AttribSpec> result; in singleValueShaderAttributes()
1309 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in singleValueShaderAttributes()
1315 result.push_back(ShaderCompilerCase::AttribSpec("a_value" + nameSpecialization, in singleValueShaderAttributes()
1517 static vector<ShaderCompilerCase::AttribSpec> textureLookupShaderAttributes (const string& nameSpec… in textureLookupShaderAttributes()
1519 vector<ShaderCompilerCase::AttribSpec> result; in textureLookupShaderAttributes()
1521 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in textureLookupShaderAttributes()
1527 result.push_back(ShaderCompilerCase::AttribSpec("a_coords" + nameSpecialization, in textureLookupShaderAttributes()
1534 result.push_back(ShaderCompilerCase::AttribSpec("a_condition" + nameSpecialization, in textureLookupShaderAttributes()
1620 static vector<ShaderCompilerCase::AttribSpec> mandelbrotShaderAttributes (const string& nameSpecial… in mandelbrotShaderAttributes()
1622 vector<ShaderCompilerCase::AttribSpec> result; in mandelbrotShaderAttributes()
1624 result.push_back(ShaderCompilerCase::AttribSpec("a_vertex" + nameSpecialization, in mandelbrotShaderAttributes()
1630 result.push_back(ShaderCompilerCase::AttribSpec("a_coord" + nameSpecialization, in mandelbrotShaderAttributes()