Searched refs:ctorType (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | StructureHLSL.cpp | 440 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 D | SkSLConstructor.cpp | 129 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 D | SkSLSPIRVCodeGenerator.cpp | 1765 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 D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 199 milliseconds