Home
last modified time | relevance | path

Searched refs:exprType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp113 const Type& exprType = base.type(); in optimize_constructor_swizzle() local
114 const Type& componentType = exprType.componentType(); in optimize_constructor_swizzle()
439 const Type& exprType = expr->type(); in Make() local
440 SkASSERTF(exprType.isVector() || exprType.isScalar(), in Make()
441 "cannot swizzle type '%s'", exprType.description().c_str()); in Make()
454 if (exprType.isScalar()) { in Make()
457 exprType.toCompound(context, components.size(), /*rows=*/1), in Make()
462 if (components.count() == exprType.columns()) { in Make()
H A DSkSLConstructorArray.cpp35 const Type& exprType = expr.type(); in Convert() local
37 if (exprType.isArray() && exprType.canCoerceTo(type, /*allowNarrowing=*/true)) { in Convert()
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp781 String exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
794 this->write(exprType); in writeIntrinsicCall()
798 this->write(exprType); in writeIntrinsicCall()
805 String exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
846 this->write(exprType); in writeIntrinsicCall()
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp1257 #define OPERATOR_RIGHT(op, exprType) \
1263 DSLExpression right = this->exprType(); \
/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.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 243 milliseconds