Home
last modified time | relevance | path

Searched refs:writeLiteral (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp624 SpvId countId = this->writeLiteral(type->columns(), *fContext.fTypes.fInt); in getType()
791 return this->writeLiteral(expr.as<Literal>()); in writeExpression()
1076 SpvId lodBias = this->writeLiteral(-0.5, *fContext.fTypes.fFloat); in writeSpecialIntrinsic()
1297 key.fValueId[n] = this->writeLiteral(*slotVal, scalarType); in writeConstantVector()
1357 const SpvId oneID = this->writeLiteral(1.0, *fContext.fTypes.fFloat); in castScalarToFloat()
1358 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fFloat); in castScalarToFloat()
1391 const SpvId oneID = this->writeLiteral(1.0, *fContext.fTypes.fInt); in castScalarToSignedInt()
1392 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fInt); in castScalarToSignedInt()
1426 const SpvId oneID = this->writeLiteral(1.0, *fContext.fTypes.fUInt); in castScalarToUnsignedInt()
1427 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fUInt); in castScalarToUnsignedInt()
[all …]
DSkSLGLSLCodeGenerator.h148 virtual void writeLiteral(const Literal& l);
DSkSLSPIRVCodeGenerator.h387 SpvId writeLiteral(const Literal& f);
389 SpvId writeLiteral(double value, const Type& type);
DSkSLGLSLCodeGenerator.cpp200 this->writeLiteral(expr.as<Literal>()); in writeExpression()
935 this->writeLiteral(boolTrue); in writeShortCircuitWorkaroundExpression()
940 this->writeLiteral(boolFalse); in writeShortCircuitWorkaroundExpression()
988 void GLSLCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::GLSLCodeGenerator
DSkSLMetalCodeGenerator.h231 void writeLiteral(const Literal& f);
DSkSLVMCodeGenerator.cpp221 Value writeLiteral(const Literal& l);
1393 Value SkVMGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::SkVMGenerator
1534 return this->writeLiteral(e.as<Literal>()); in writeExpression()
DSkSLMetalCodeGenerator.cpp162 this->writeLiteral(expr.as<Literal>()); in writeExpression()
1704 void MetalCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::MetalCodeGenerator
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java333 w.writeLiteral("null"); in write()
342 w.writeLiteral(bv ? "true" : "false"); in write()
818 void writeLiteral(String value) throws IOException { in writeLiteral() method in JSON.JsonWriter
/third_party/typescript/src/services/
DtextChanges.ts1142 function writeLiteral(s: string): void {
1143 writer.writeLiteral(s);
1188 writeLiteral,
Dutilities.ts2062 writeLiteral: text => writeKind(text, SymbolDisplayPartKind.stringLiteral),
/third_party/typescript/src/compiler/
Demitter.ts1841 writeLiteral(text);
3408 writer.writeLiteral(node.text);
4299 function writeLiteral(s: string) {
4300 writer.writeLiteral(s);
Dutilities.ts66 writeLiteral: writeText,
4226 function writeLiteral(s: string) {
4251 writeLiteral,
4297 writeLiteral(s) {
4299 writer.writeLiteral(s);
Dtypes.ts8037 writeLiteral(s: string): void;
/third_party/typescript/lib/
Dtsc.js10079 writeLiteral: writeText,
13328 function writeLiteral(s) { function
13349 writeLiteral: writeLiteral,
13391 writeLiteral: function (s) { method
13393 writer.writeLiteral(s);
83680 writeLiteral(text);
84937 writer.writeLiteral(node.text);
85693 function writeLiteral(s) { function
85694 writer.writeLiteral(s);
Dtsserverlibrary.js17334 function writeLiteral(s) { function
17355 writeLiteral: writeLiteral,
17397 writeLiteral: function (s) { method
17399 writer.writeLiteral(s);
102516 writeLiteral(text);
103869 writer.writeLiteral(node.text);
104689 function writeLiteral(s) { function
104690 writer.writeLiteral(s);
117719writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); },
136180 function writeLiteral(s) { function
[all …]
Dtypescript.js17334 function writeLiteral(s) { function
17355 writeLiteral: writeLiteral,
17397 writeLiteral: function (s) { method
17399 writer.writeLiteral(s);
102516 writeLiteral(text);
103869 writer.writeLiteral(node.text);
104689 function writeLiteral(s) { function
104690 writer.writeLiteral(s);
117719writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); },
136180 function writeLiteral(s) { function
[all …]
Dtsserver.js17140 function writeLiteral(s) { function
17161 writeLiteral: writeLiteral,
17203 writeLiteral: function (s) { method
17205 writer.writeLiteral(s);
102322 writeLiteral(text);
103675 writer.writeLiteral(node.text);
104495 function writeLiteral(s) { function
104496 writer.writeLiteral(s);
117150writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); },
135611 function writeLiteral(s) { function
[all …]
DtypescriptServices.js17334 function writeLiteral(s) { function
17355 writeLiteral: writeLiteral,
17397 writeLiteral: function (s) { method
17399 writer.writeLiteral(s);
102516 writeLiteral(text);
103869 writer.writeLiteral(node.text);
104689 function writeLiteral(s) { function
104690 writer.writeLiteral(s);
117719writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); },
136180 function writeLiteral(s) { function
[all …]
DtypingsInstaller.js17129 function writeLiteral(s) { function
17150 writeLiteral: writeLiteral,
17192 writeLiteral: function (s) { method
17194 writer.writeLiteral(s);
102311 writeLiteral(text);
103664 writer.writeLiteral(node.text);
104484 function writeLiteral(s) { function
104485 writer.writeLiteral(s);