Searched refs:highPrecision (Results 1 – 10 of 10) sorted by relevance
121 Type(const char* name, NumberKind numberKind, int priority, bool highPrecision = false)129 , fHighPrecision(highPrecision) {405 bool highPrecision() const { in highPrecision() function407 return fComponentType->highPrecision(); in highPrecision()
116 bool highPrecision = fCodec->getEncodedInfo().bitsPerComponent() > 8; in computeOutputColorType() local143 return highPrecision ? kRGBA_F16_SkColorType : kN32_SkColorType; in computeOutputColorType()
129 bool highPrecision = fCodec->getEncodedInfo().bitsPerComponent() > 8; in computeOutputColorType() local156 return highPrecision ? kRGBA_F16_SkColorType : kN32_SkColorType; in computeOutputColorType()
110 if (fStd == kMetal_Standard && !type.highPrecision() && type.isNumber()) { in size()
474 bool highPrecision() const { in highPrecision() function
27 return !resultType.highPrecision() && in is_low_precision_matrix_vector_multiply()
544 if (component.highPrecision()) { in applyPrecisionQualifiers()
434 if (!field.fType->highPrecision()) { in writeStruct()1326 Precision precision = c.fType.highPrecision() ? Precision::kHigh : Precision::kLow; in writeMatrixConstructor()1692 Precision precision = expr.fType.highPrecision() ? Precision::kHigh : Precision::kLow; in getLValue()1977 if (getActualType(resultType) == operandType && !resultType.highPrecision()) { in writeBinaryOperation()2705 this->writePrecisionModifier(type.highPrecision() ? Precision::kHigh : Precision::kLow, id); in writePrecisionModifier()
444 return this->nextId(type && type->hasPrecision() && !type->highPrecision() in nextId()513 if (!field.fType->highPrecision()) { in writeStruct()2018 Precision precision = type.highPrecision() ? Precision::kDefault : Precision::kRelaxed; in getLValue()
1708 if (!l.type().highPrecision()) { in writeLiteral()