/third_party/flutter/skia/src/gpu/effects/ |
D | GrShadowGeoProc.cpp | 68 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
|
D | GrBitmapTextGeoProc.cpp | 136 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrBitmapTextGeoProc()
|
D | GrDistanceFieldGeoProc.cpp | 229 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldA8TextGeoProc() 846 fInPosition = {"inPosition", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in GrDistanceFieldLCDTextGeoProc()
|
/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/flutter/skia/src/gpu/ops/ |
D | GrFillRRectOp.cpp | 198 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()
|
D | GrQuadPerEdgeAA.cpp | 877 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()
|
D | GrOvalOpFactory.cpp | 76 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()
|
D | GrDashOp.cpp | 938 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingCircleEffect() 1162 fInDashParams = {"inDashParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in DashingLineEffect()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrVSCoverageProcessor.cpp | 515 2 * GrVertexAttribTypeSize(kFloat3_GrVertexAttribType)); in reset() 516 xyAttribType = kFloat3_GrVertexAttribType; in reset()
|
D | GrGSCoverageProcessor.cpp | 423 {"x_or_y_values", kFloat3_GrVertexAttribType, kFloat3_GrSLType}; in reset() 425 2 * GrVertexAttribTypeSize(kFloat3_GrVertexAttribType)); in reset()
|
D | GrSampleMaskProcessor.cpp | 80 ? kFloat3_GrVertexAttribType : kFloat4_GrVertexAttribType; in reset()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLVertexArray.cpp | 27 case kFloat3_GrVertexAttribType: in attrib_layout()
|
/third_party/flutter/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/flutter/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 309 case kFloat3_GrVertexAttribType: in GrVertexAttribTypeSize()
|
/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/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 91 case kFloat3_GrVertexAttribType:
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 256 case kFloat3_GrVertexAttribType: in to_dawn_vertex_format()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 29 case kFloat3_GrVertexAttribType: in attrib_type_to_vkformat()
|