Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp287 proc.fVertexAttribute.name(), in onEmitCode()
292 proc.fVertexAttribute.name()); in onEmitCode()
325 proc.fVertexAttribute.name(), kVertexData_IsCornerBit); in onEmitCode()
344 v->codeAppendf("int bloatidx = (%s >> %i) & 3;", proc.fVertexAttribute.name(), in onEmitCode()
379 proc.fVertexAttribute.name(), kVertexData_IsEdgeBit); in onEmitCode()
384 proc.fVertexAttribute.name(), in onEmitCode()
394 proc.fVertexAttribute.name(), kVertexData_IsCornerBit); in onEmitCode()
520 fVertexAttribute = {"vertexdata", kInt_GrVertexAttribType, kInt_GrSLType}; in initVS()
521 this->setVertexAttributes(&fVertexAttribute, 1); in initVS()
DGrCCCoverageProcessor_GSImpl.cpp35 gpArgs->fPositionVar = proc.fVertexAttribute.asShaderVar(); in onEmitCode()
64 SkASSERT(kFloat4_GrVertexAttribType == proc.fVertexAttribute.cpuType()); in emitGeometryShader()
381 fVertexAttribute = in initGS()
388 fVertexAttribute = in initGS()
395 this->setVertexAttributes(&fVertexAttribute, 1); in initGS()
DGrCCCoverageProcessor.h261 Attribute fVertexAttribute; variable