Home | History | Annotate | Download | only in sksl

Lines Matching refs:to_string

91             this->write(to_string(type.columns()));
95 this->write(to_string(type.columns()));
97 this->write(to_string(type.rows()));
385 name = "float" + to_string(columns) + "x" + to_string(rows) + "_from_float";
411 name = "float" + to_string(columns) + "x" + to_string(rows) + "_from_float" +
412 to_string(argColumns) + "x" + to_string(argRows);
485 this->write(to_string(c.fType.rows()));
757 this->write(to_string(i.fValue & 0xffffffff) + "u");
759 this->write(to_string((int32_t) i.fValue));
764 this->write(to_string(f.fValue));
795 to_string(fUniformBuffer) + ")]]");
809 this->write(to_string(var.fVar->fModifiers.fLayout.fBinding));
815 this->write(to_string(var.fVar->fModifiers.fLayout.fBinding));
830 this->write(to_string(intf.fVariable.fModifiers.fLayout.fSet));
832 this->write(to_string(intf.fVariable.fModifiers.fLayout.fBinding));
896 this->write("[" + to_string(s) + "]");
1009 fInterfaceBlockNameMap[&intf] = "_anonInterface" + to_string(fAnonInterfaceCount++);
1029 to_string((int) currentOffset));
1032 this->write(to_string(fPaddingCount++));
1034 this->write(to_string(fieldOffset - currentOffset));
1042 to_string((int) alignment));
1074 this->write("[" + to_string(s) + "]");
1342 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
1345 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
1380 to_string(var.fVar->fModifiers.fLayout.fLocation) + ")]]");
1383 to_string(var.fVar->fModifiers.fLayout.fLocation) +")");
1386 this->write(", index(" + to_string(colorIndex) + ")");