Home
last modified time | relevance | path

Searched refs:highPrecision (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp116 bool highPrecision = fCodec->getEncodedInfo().bitsPerComponent() > 8; in computeOutputColorType() local
143 return highPrecision ? kRGBA_F16_SkColorType : kN32_SkColorType; in computeOutputColorType()
/third_party/skia/src/sksl/
H A DSkSLMemoryLayout.h110 if (fStd == kMetal_Standard && !type.highPrecision() && type.isNumber()) { in size()
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp27 return !resultType.highPrecision() && in is_low_precision_matrix_vector_multiply()
H A DSkSLType.h474 bool highPrecision() const { in highPrecision() function in SkSL::Type
H A DSkSLType.cpp544 if (component.highPrecision()) {
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp444 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()
H A DSkSLMetalCodeGenerator.cpp1708 if (!l.type().highPrecision()) { in writeLiteral()

Completed in 15 milliseconds