Lines Matching refs:Vec3
138 "vec3", // OUTPUTTYPE_VEC3,
1174 void calcShaderColorCoord (tcu::Vec2& coord, tcu::Vec3& color, const tcu::Vector<T, 4>& attribValue, bool isCoordinate, int numComponents)
1231 tcu::Vec3 color = tcu::Vec3(1.0, 1.0, 1.0);
1297 "\thighp vec3 color = vec3(1.0, 1.0, 1.0);\n";
1364 "\tcolor = color.rgb * vec3(a_" << arrayNdx << ".xyz);\n";
1371 "\tcolor = color.rgb * vec3(a_" << arrayNdx << ".xyz) * float(a_" << arrayNdx << ".w);\n";
2361 "vec3", // OUTPUTTYPE_VEC3,