Searched refs:fVertexAttribute (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_VSImpl.cpp | 287 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()
|
D | GrCCCoverageProcessor_GSImpl.cpp | 35 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()
|
D | GrCCCoverageProcessor.h | 261 Attribute fVertexAttribute; variable
|