Searched refs:GrSLTypeVecLength (Results 1 – 6 of 6) sorted by relevance
60 SkASSERT(2 == GrSLTypeVecLength(localCoordsVar.getType()) || in emitTransforms()61 3 == GrSLTypeVecLength(localCoordsVar.getType())); in emitTransforms()63 bool threeComponentLocalCoords = 3 == GrSLTypeVecLength(localCoordsVar.getType()); in emitTransforms()
23 SkASSERT(GrSLTypeVecLength(var.getType()) != -1);24 componentCount += GrSLTypeVecLength(var.getType());
15 SkASSERT(GrSLTypeVecLength(var.getType()) != -1);
139 if (GrSLTypeVecLength(localCoordsVar.getType()) == 3 || in collectTransforms()298 GrSLTypeVecLength(inPos.getType()), in write_passthrough_vertex_position()
493 static inline int GrSLTypeVecLength(GrSLType type) { in GrSLTypeVecLength() function
500 static constexpr int GrSLTypeVecLength(GrSLType type) { in GrSLTypeVecLength() function