Lines Matching refs:precName
1487 const char* precName = getPrecisionName(in.precision); in init() local
1493 vtx << "in " << precName << " " << typeName << " a_"; in init()
1501 vtx << "out " << precName << " " << typeName << " v_" << typeName << ";\n"; in init()
1502 frag << "in " << precName << " " << typeName << " v_" << typeName << ";\n"; in init()
1514 vtx << "out " << precName << " " << typeName << " v_coords;\n"; in init()
1515 frag << "in " << precName << " " << typeName << " v_coords;\n"; in init()
1524 op << "uniform " << precName << " " << typeName << " u_in" << inNdx << ";\n"; in init()
1529 op << "const " << precName << " " << typeName << " in" << inNdx << " = "; in init()
1879 const char* precName = getPrecisionName(precision); in init() local
1880 string baseName = string(precName) + "_" + matTypeName + "_"; in init()
1903 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()