Home
last modified time | relevance | path

Searched refs:kFloat3_GrVertexAttribType (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/skia/src/gpu/effects/
DGrShadowGeoProc.cpp68 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
DGrBitmapTextGeoProc.cpp136 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp229 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldA8TextGeoProc()
846 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldLCDTextGeoProc()
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp576 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()
DGrOvalOpFactory.cpp106 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()
DDashOp.cpp868 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingCircleEffect()
1082 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingLineEffect()
/third_party/skia/src/gpu/effects/
DGrShadowGeoProc.cpp58 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
DGrBitmapTextGeoProc.cpp130 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp224 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldA8TextGeoProc()
803 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldLCDTextGeoProc()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp198 fInstanceAttribs.emplace_back("persp_x", kFloat3_GrVertexAttribType, kFloat3_GrSLType); in Processor()
199 fInstanceAttribs.emplace_back("persp_y", kFloat3_GrVertexAttribType, kFloat3_GrSLType); in Processor()
200 fInstanceAttribs.emplace_back("persp_z", kFloat3_GrVertexAttribType, kFloat3_GrSLType); in Processor()
DGrQuadPerEdgeAA.cpp877 x |= kFloat3_GrVertexAttribType == fLocalCoord.cpuType() ? 8 : 16; in getGLSLProcessorKey()
966 if (gp.fLocalCoord.cpuType() == kFloat3_GrVertexAttribType) { in createGLSLInstance()
1081 fPosition = {"position", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in initializeAttrs()
1095 fLocalCoord = {"localCoord", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in initializeAttrs()
DGrOvalOpFactory.cpp76 fInClipPlane = {"inClipPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor()
79 fInIsectPlane = {"inIsectPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor()
82 fInUnionPlane = {"inUnionPlane", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in CircleGeometryProcessor()
519 fInEllipseOffset = {"inEllipseOffset", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in EllipseGeometryProcessor()
710 fInEllipseOffsets0 = {"inEllipseOffsets0", kFloat3_GrVertexAttribType, in DIEllipseGeometryProcessor()
DGrDashOp.cpp938 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingCircleEffect()
1162 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingLineEffect()
/third_party/flutter/skia/src/gpu/ccpr/
DGrVSCoverageProcessor.cpp515 2 * GrVertexAttribTypeSize(kFloat3_GrVertexAttribType)); in reset()
516 xyAttribType = kFloat3_GrVertexAttribType; in reset()
DGrGSCoverageProcessor.cpp423 {"x_or_y_values", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in reset()
425 2 * GrVertexAttribTypeSize(kFloat3_GrVertexAttribType)); in reset()
DGrSampleMaskProcessor.cpp80 ? kFloat3_GrVertexAttribType : kFloat4_GrVertexAttribType; in reset()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp27 case kFloat3_GrVertexAttribType: in attrib_layout()
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.cpp27 case kFloat3_GrVertexAttribType: in attrib_layout()
/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader.cpp69 fAttribs.emplace_back("argsAttr", kFloat3_GrVertexAttribType, kFloat3_GrSLType); in GrStrokeTessellationShader()
/third_party/flutter/skia/src/gpu/
DGrPrimitiveProcessor.h309 case kFloat3_GrVertexAttribType: in GrVertexAttribTypeSize()
/third_party/skia/gm/
Dtessellation.cpp31 {"position", kFloat3_GrVertexAttribType, kFloat3_GrSLType};
/third_party/skia/src/gpu/
DGrGeometryProcessor.h535 case kFloat3_GrVertexAttribType: in GrVertexAttribTypeSize()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm91 case kFloat3_GrVertexAttribType:
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp256 case kFloat3_GrVertexAttribType: in to_dawn_vertex_format()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp29 case kFloat3_GrVertexAttribType: in attrib_type_to_vkformat()

12