Home
last modified time | relevance | path

Searched refs:ctorType (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DStructureHLSL.cpp364 TType ctorType = type; in addBuiltInConstructor() local
365 ctorType.setPrecision(EbpHigh); in addBuiltInConstructor()
366 ctorType.setQualifier(EvqTemporary); in addBuiltInConstructor()
370 TString constructor = TypeString(ctorType) + " " + constructorFunctionName + "("; in addBuiltInConstructor()
385 TypeString(ctorType) + "("; in addBuiltInConstructor()
387 if (ctorType.isMatrix() && ctorParameters.size() == 1) in addBuiltInConstructor()
389 int rows = ctorType.getRows(); in addBuiltInConstructor()
390 int cols = ctorType.getCols(); in addBuiltInConstructor()
440 size_t remainingComponents = ctorType.getObjectSize(); in addBuiltInConstructor()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
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/
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/
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/src/compiler/
Dchecker.ts24927 const ctorType = getStaticTypeOfReferencedJsxConstructor(context);
24931 … const args = fillMissingTypeArguments([ctorType, attributesType], params, 2, isInJSFile(context));
24936 …const args = fillMissingTypeArguments([ctorType, attributesType], (declaredManagedType as GenericT…
/third_party/typescript/lib/
DtypingsInstaller.js66776 var ctorType = getStaticTypeOfReferencedJsxConstructor(context);
66780 …var args = fillMissingTypeArguments([ctorType, attributesType], params, 2, ts.isInJSFile(context));
66785 …var args = fillMissingTypeArguments([ctorType, attributesType], declaredManagedType.typeParameters…
Dtsc.js55728 var ctorType = getStaticTypeOfReferencedJsxConstructor(context);
55732 …var args = fillMissingTypeArguments([ctorType, attributesType], params, 2, ts.isInJSFile(context));
55737 …var args = fillMissingTypeArguments([ctorType, attributesType], declaredManagedType.typeParameters…
Dtsserver.js66787 var ctorType = getStaticTypeOfReferencedJsxConstructor(context);
66791 …var args = fillMissingTypeArguments([ctorType, attributesType], params, 2, ts.isInJSFile(context));
66796 …var args = fillMissingTypeArguments([ctorType, attributesType], declaredManagedType.typeParameters…
DtypescriptServices.js66981 var ctorType = getStaticTypeOfReferencedJsxConstructor(context);
66985 …var args = fillMissingTypeArguments([ctorType, attributesType], params, 2, ts.isInJSFile(context));
66990 …var args = fillMissingTypeArguments([ctorType, attributesType], declaredManagedType.typeParameters…
Dtsserverlibrary.js66981 var ctorType = getStaticTypeOfReferencedJsxConstructor(context);
66985 …var args = fillMissingTypeArguments([ctorType, attributesType], params, 2, ts.isInJSFile(context));
66990 …var args = fillMissingTypeArguments([ctorType, attributesType], declaredManagedType.typeParameters…
Dtypescript.js66981 var ctorType = getStaticTypeOfReferencedJsxConstructor(context);
66985 …var args = fillMissingTypeArguments([ctorType, attributesType], params, 2, ts.isInJSFile(context));
66990 …var args = fillMissingTypeArguments([ctorType, attributesType], declaredManagedType.typeParameters…