• Home
  • Raw
  • Download

Lines Matching refs:AttribSpec

362 	struct AttribSpec  struct in deqp::gles3::Performance::ShaderCompilerCase
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {} in AttribSpec() argument
407 vector<AttribSpec> vertexAttributes;
1039 static vector<ShaderCompilerCase::AttribSpec> lightShaderAttributes (const string& nameSpecializati… in lightShaderAttributes()
1041 vector<ShaderCompilerCase::AttribSpec> result; in lightShaderAttributes()
1043 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in lightShaderAttributes()
1049 result.push_back(ShaderCompilerCase::AttribSpec("a_normal" + nameSpecialization, in lightShaderAttributes()
1055 result.push_back(ShaderCompilerCase::AttribSpec("a_texCoord0" + nameSpecialization, in lightShaderAttributes()
1274 static vector<ShaderCompilerCase::AttribSpec> loopShaderAttributes (const string& nameSpecializatio… in loopShaderAttributes()
1276 vector<ShaderCompilerCase::AttribSpec> result; in loopShaderAttributes()
1278 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in loopShaderAttributes()
1284 result.push_back(ShaderCompilerCase::AttribSpec("a_value" + nameSpecialization, in loopShaderAttributes()
1291 result.push_back(ShaderCompilerCase::AttribSpec("a_loopBound" + nameSpecialization, in loopShaderAttributes()
1313 static vector<ShaderCompilerCase::AttribSpec> singleValueShaderAttributes (const string& nameSpecia… in singleValueShaderAttributes()
1315 vector<ShaderCompilerCase::AttribSpec> result; in singleValueShaderAttributes()
1317 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in singleValueShaderAttributes()
1323 result.push_back(ShaderCompilerCase::AttribSpec("a_value" + nameSpecialization, in singleValueShaderAttributes()
1534 static vector<ShaderCompilerCase::AttribSpec> textureLookupShaderAttributes (const string& nameSpec… in textureLookupShaderAttributes()
1536 vector<ShaderCompilerCase::AttribSpec> result; in textureLookupShaderAttributes()
1538 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in textureLookupShaderAttributes()
1544 result.push_back(ShaderCompilerCase::AttribSpec("a_coords" + nameSpecialization, in textureLookupShaderAttributes()
1551 result.push_back(ShaderCompilerCase::AttribSpec("a_condition" + nameSpecialization, in textureLookupShaderAttributes()
1640 static vector<ShaderCompilerCase::AttribSpec> mandelbrotShaderAttributes (const string& nameSpecial… in mandelbrotShaderAttributes()
1642 vector<ShaderCompilerCase::AttribSpec> result; in mandelbrotShaderAttributes()
1644 result.push_back(ShaderCompilerCase::AttribSpec("a_vertex" + nameSpecialization, in mandelbrotShaderAttributes()
1650 result.push_back(ShaderCompilerCase::AttribSpec("a_coord" + nameSpecialization, in mandelbrotShaderAttributes()