Home
last modified time | relevance | path

Searched refs:writeLiteral (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A 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. in castScalarToUnsignedInt()
2878 SpvId SPIRVCodeGenerator::writeLiteral(const Literal& l) { writeLiteral() function in SkSL::SPIRVCodeGenerator
2882 SpvId SPIRVCodeGenerator::writeLiteral(double value, const Type& type) { writeLiteral() function in SkSL::SPIRVCodeGenerator
[all...]
H A DSkSLGLSLCodeGenerator.h148 virtual void writeLiteral(const Literal& l);
H A DSkSLSPIRVCodeGenerator.h387 SpvId writeLiteral(const Literal& f);
389 SpvId writeLiteral(double value, const Type& type);
H A DSkSLMetalCodeGenerator.h231 void writeLiteral(const Literal& f);
H A 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
H A DSkSLVMCodeGenerator.cpp221 Value writeLiteral(const Literal& l);
1393 Value SkVMGenerator::writeLiteral(const Literal& l) {
1534 return this->writeLiteral(e.as<Literal>());
H A DSkSLMetalCodeGenerator.cpp162 this->writeLiteral(expr.as<Literal>()); in writeExpression()
1704 void MetalCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::MetalCodeGenerator
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js11169 writeLiteral: writeText,
99931 function writeLiteral(s) { global() function
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 204 milliseconds