Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader()
380 if (4 == this->numInputPoints() || this->hasInputWeight()) { in initGS()
DGrCCCoverageProcessor_VSImpl.cpp259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode()
500 if (4 == this->numInputPoints() || this->hasInputWeight()) { in initVS()
DGrCCCoverageProcessor.h224 int hasInputWeight() const { in hasInputWeight() function