Home
last modified time | relevance | path

Searched refs:coercibleTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLType.cpp79 GenericType(const char* name, std::vector<const Type*> coercibleTypes) in GenericType() argument
81 , fCoercibleTypes(std::move(coercibleTypes)) {} in GenericType()
83 const std::vector<const Type*>& coercibleTypes() const override { in coercibleTypes() function in SkSL::GenericType
502 const std::vector<const Type*>& types = this->coercibleTypes(); in coercionCost()
DSkSLFunctionDeclaration.cpp417 const std::vector<const Type*>& types = parameterType.coercibleTypes(); in determineFinalTypes()
440 *outReturnType = returnType.coercibleTypes()[genericIndex]; in determineFinalTypes()
DSkSLType.h401 virtual const std::vector<const Type*>& coercibleTypes() const { in coercibleTypes() function