Home
last modified time | relevance | path

Searched refs:parameterType (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp410 const Type& parameterType = parameters[i]->type(); in determineFinalTypes() local
411 if (parameterType.typeKind() != Type::TypeKind::kGeneric) { in determineFinalTypes()
412 outParameterTypes->push_back(&parameterType); in determineFinalTypes()
417 const std::vector<const Type*>& types = parameterType.coercibleTypes(); in determineFinalTypes()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp268 spirv::IdRef createConstructorVectorFromScalar(const TType &parameterType,
1472 const TType &parameterType, in createConstructorVectorFromScalar()
1481 castBasicType(parameters[0], parameterType, expectedType, nullptr); in createConstructorVectorFromScalar()
1485 const spirv::IdRef result = mBuilder.getNewId(mBuilder.getDecorations(parameterType)); in createConstructorVectorFromScalar()
1714 const TType &parameterType = (*node->getSequence())[0]->getAsTyped()->getType(); in createConstructorMatrixFromMatrix() local
1724 if (parameterType.getCols() >= type.getCols() && parameterType.getRows() >= type.getRows()) in createConstructorMatrixFromMatrix()
1728 TType paramColumnType(parameterType); in createConstructorMatrixFromMatrix()
1732 const bool needsSwizzle = parameterType.getRows() > type.getRows(); in createConstructorMatrixFromMatrix()
1762 TType paramComponentType(parameterType); in createConstructorMatrixFromMatrix()
1471 createConstructorVectorFromScalar( const TType &parameterType, const TType &expectedType, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorVectorFromScalar() argument
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/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...]

Completed in 183 milliseconds