Home
last modified time | relevance | path

Searched refs:ctorType (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStructureHLSL.cpp440 TType ctorType = type; in addBuiltInConstructor() local
441 ctorType.setPrecision(EbpHigh); in addBuiltInConstructor()
442 ctorType.setQualifier(EvqTemporary); in addBuiltInConstructor()
446 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor()
461 TypeString(ctorType) + "("; in addBuiltInConstructor()
463 if (ctorType.isMatrix() && ctorParameters.size() == 1) in addBuiltInConstructor()
465 int rows = ctorType.getRows(); in addBuiltInConstructor()
466 int cols = ctorType.getCols(); in addBuiltInConstructor()
516 size_t remainingComponents = ctorType.getObjectSize(); in addBuiltInConstructor()
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp129 const Type& ctorType = type.componentType().toCompound(context, arg->type().columns(), in convert_compound_constructor() local
133 arg = Constructor::Convert(context, ctorLine, ctorType, std::move(ctorArg)); in convert_compound_constructor()
137 actual += ctorType.columns(); in convert_compound_constructor()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1765 const Type& ctorType = c.type(); in writeConstructorCompoundCast() local
1767 SkASSERT(ctorType.isVector() || ctorType.isMatrix()); in writeConstructorCompoundCast()
1771 if (this->getActualType(ctorType) == this->getActualType(argType)) { in writeConstructorCompoundCast()
1776 if (ctorType.isMatrix()) { in writeConstructorCompoundCast()
1777 return this->writeMatrixCopy(compositeId, argType, ctorType, out); in writeConstructorCompoundCast()
1783 const Type& dstType = ctorType.componentType(); in writeConstructorCompoundCast()
1794 return this->writeComposite(arguments, ctorType, out); in writeConstructorCompoundCast()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 199 milliseconds