Home
last modified time | relevance | path

Searched refs:hasPrecision (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLType.h470 bool hasPrecision() const { in hasPrecision() function
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp444 return this->nextId(type && type->hasPrecision() && !type->highPrecision() in nextId()