Searched refs:kFloat3_GrVertexAttribType (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | QuadPerEdgeAA.cpp | 576 count += GrVertexAttribTypeSize(kFloat3_GrVertexAttribType); in vertexSize() 638 b->addBits(1, (kFloat3_GrVertexAttribType == fLocalCoord.cpuType()), "localCoordsType"); in addToKey() 728 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in makeProgramImpl() 871 fPosition = {"position", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in initializeAttrs() 885 fLocalCoord = {"localCoord", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in initializeAttrs()
|
D | GrOvalOpFactory.cpp | 106 fInClipPlane = {"inClipPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor() 109 fInIsectPlane = {"inIsectPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor() 112 fInUnionPlane = {"inUnionPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor() 559 fInEllipseOffset = {"inEllipseOffset", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in EllipseGeometryProcessor() 756 fInEllipseOffsets0 = {"inEllipseOffsets0", kFloat3_GrVertexAttribType, in DIEllipseGeometryProcessor()
|
D | DashOp.cpp | 868 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingCircleEffect() 1082 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingLineEffect()
|
/third_party/skia/src/gpu/effects/ |
D | GrShadowGeoProc.cpp | 58 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
|
D | GrBitmapTextGeoProc.cpp | 130 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrBitmapTextGeoProc()
|
D | GrDistanceFieldGeoProc.cpp | 224 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldA8TextGeoProc() 803 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldLCDTextGeoProc()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 27 case kFloat3_GrVertexAttribType: in attrib_layout()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
D | GrStrokeTessellationShader.cpp | 69 fAttribs.emplace_back("argsAttr", kFloat3_GrVertexAttribType, kFloat3_GrSLType); in GrStrokeTessellationShader()
|
/third_party/skia/gm/ |
D | tessellation.cpp | 31 {"position", kFloat3_GrVertexAttribType, kFloat3_GrSLType};
|
/third_party/skia/src/gpu/ |
D | GrGeometryProcessor.h | 535 case kFloat3_GrVertexAttribType: in GrVertexAttribTypeSize()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 29 case kFloat3_GrVertexAttribType: in attrib_type_to_vkformat()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 183 case kFloat3_GrVertexAttribType: in attrib_type_to_format()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 159 case kFloat3_GrVertexAttribType: in to_dawn_vertex_format()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 625 kFloat3_GrVertexAttribType, enumerator
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 106 case kFloat3_GrVertexAttribType:
|