/external/skia/src/gpu/graphite/render/ |
D | TessellateCurvesRenderStep.cpp | 46 {"p01", VertexAttribType::kFloat4, SkSLType::kFloat4}, 47 {"p23", VertexAttribType::kFloat4, SkSLType::kFloat4}, 52 {"p01", VertexAttribType::kFloat4, SkSLType::kFloat4}, 53 {"p23", VertexAttribType::kFloat4, SkSLType::kFloat4},
|
D | TessellateWedgesRenderStep.cpp | 47 {"p01", VertexAttribType::kFloat4, SkSLType::kFloat4}, 48 {"p23", VertexAttribType::kFloat4, SkSLType::kFloat4}, 54 {"p01", VertexAttribType::kFloat4, SkSLType::kFloat4}, 55 {"p23", VertexAttribType::kFloat4, SkSLType::kFloat4},
|
D | TessellateStrokesRenderStep.cpp | 57 {"p01", VertexAttribType::kFloat4, SkSLType::kFloat4}, 58 {"p23", VertexAttribType::kFloat4, SkSLType::kFloat4}, 65 {"p01", VertexAttribType::kFloat4, SkSLType::kFloat4}, 66 {"p23", VertexAttribType::kFloat4, SkSLType::kFloat4}, 82 /*uniforms=*/{{"affineMatrix", SkSLType::kFloat4}, in TessellateStrokesRenderStep()
|
D | CoverBoundsRenderStep.cpp | 25 VertexAttribType::kFloat4, 26 SkSLType::kFloat4}}, 27 /*instanceAttrs=*/{{"bounds", VertexAttribType::kFloat4, SkSLType::kFloat4},
|
D | AnalyticRRectRenderStep.cpp | 422 {{"xRadiiOrFlags", VertexAttribType::kFloat4, SkSLType::kFloat4}, 423 {"radiiOrQuadXs", VertexAttribType::kFloat4, SkSLType::kFloat4}, 424 {"ltrbOrQuadYs", VertexAttribType::kFloat4, SkSLType::kFloat4}, 432 {"center", VertexAttribType::kFloat4, SkSLType::kFloat4}, 445 {"jacobian", SkSLType::kFloat4}, // float2x2 446 {"edgeDistances", SkSLType::kFloat4}, // distance to LTRB edges 449 {"xRadii", SkSLType::kFloat4}, 450 {"yRadii", SkSLType::kFloat4},
|
/external/skia/tests/ |
D | MeshTest.cpp | 36 case Attribute::Type::kFloat4: return "float4"; in attr_type_str() 47 case Varying::Type::kFloat4: return "float4"; in var_type_str() 145 {Attribute::Type::kFloat4, 0, SkString{"pos"}}, 349 make_uni(Type::kFloat4, "color", 0, kVS|kFS|kColor) in test_good_uniforms() 363 make_uni(Type::kFloat4, "color", 0, kVS|kColor, 0), in test_good_uniforms() 656 {Attribute::Type::kFloat4, 1, SkString{"var"}}, in test_bad_offsets() 669 {Attribute::Type::kFloat4, 0, SkString{"var"}}, in test_bad_offsets() 701 attrs.push_back({Attribute::Type::kFloat4, 0, SkStringPrintf("attr%zu", i)}); in test_too_many_attrs() 716 varyings.push_back({Varying::Type::kFloat4, SkStringPrintf("varying%zu", i)}); in test_too_many_varyings() 728 {Attribute::Type::kFloat4, 0, SkString{"var"}}, in test_duplicate_attribute_names() [all …]
|
/external/skia/tests/graphite/ |
D | UniformOffsetCalculatorTest.cpp | 97 EXPECT(SkSLType::kFloat4, /*alignment=*/16, /*size=*/16); in DEF_TEST() 138 EXPECT_ARRAY(SkSLType::kFloat4, /*alignment=*/16, /*stride=*/16, /*size=*/48); in DEF_TEST() 178 EXPECT(SkSLType::kFloat4, /*alignment=*/16, /*size=*/16); in DEF_TEST() 219 EXPECT_ARRAY(SkSLType::kFloat4, /*alignment=*/16, /*stride=*/16, /*size=*/48); in DEF_TEST() 259 EXPECT(SkSLType::kFloat4, /*alignment=*/16, /*size=*/16); in DEF_TEST() 300 EXPECT_ARRAY(SkSLType::kFloat4, /*alignment=*/16, /*stride=*/16, /*size=*/48); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkSLTypeShared.h | 33 kFloat4, enumerator 72 case SkSLType::kFloat4: in SkSLTypeIsFloatType() 141 case SkSLType::kFloat4: in SkSLTypeIsIntegralType() 198 case SkSLType::kFloat4: in SkSLTypeVecLength()
|
D | SkSLTypeShared.cpp | 28 case SkSLType::kFloat4: return "float4"; in SkSLTypeString() 102 case SkSLType::kFloat4: in SkSLTypeIsFullPrecisionNumericType() 146 case SkSLType::kFloat4: in SkSLTypeMatrixSize() 176 case SkSLType::kFloat4: in SkSLTypeIsCombinedSamplerType()
|
D | SkMeshPriv.h | 57 case Varying::Type::kFloat4: return SkSLType::kFloat4; in VaryingTypeAsSLType() 72 case Attribute::Type::kFloat4: return kFloat4_GrVertexAttribType; in AttrTypeAsVertexAttribType() 84 case Attribute::Type::kFloat4: return SkSLType::kFloat4; in AttrTypeAsSLType()
|
/external/skia/src/gpu/graphite/ |
D | UniformManager.cpp | 301 case SkSLType::kFloat4: in WriteUniform() 358 case SkSLType::kFloat4: in sksltype_to_alignment_mask() 418 alignmentMask = sksltype_to_alignment_mask(SkSLType::kFloat4); in get_ubo_aligned_offset() 443 case SkSLType::kHalf4: return SkSLType::kFloat4; in getUniformTypeForLayout() 587 static constexpr SkSLType kType = SkSLType::kFloat4; in write() 592 static constexpr SkSLType kType = SkSLType::kFloat4; in write() 617 static constexpr SkSLType kType = SkSLType::kFloat4; in write() 622 static constexpr SkSLType kType = SkSLType::kFloat4; in writeArray() 627 static constexpr SkSLType kType = SkSLType::kFloat4; in writeArray()
|
D | ShaderCodeDictionary.cpp | 438 { "colors", SkSLType::kFloat4, kFourStopGradient }, 447 { "colors", SkSLType::kFloat4, kEightStopGradient }, 457 { "colors", SkSLType::kFloat4, kFourStopGradient }, 466 { "colors", SkSLType::kFloat4, kEightStopGradient }, 476 { "colors", SkSLType::kFloat4, kFourStopGradient }, 486 { "colors", SkSLType::kFloat4, kEightStopGradient }, 497 { "colors", SkSLType::kFloat4, kFourStopGradient }, 508 { "colors", SkSLType::kFloat4, kEightStopGradient }, 530 { "color", SkSLType::kFloat4 } 587 { "subset", SkSLType::kFloat4 }, [all …]
|
D | DrawTypes.h | 51 kFloat4, enumerator 99 case VertexAttribType::kFloat4: in VertexAttribTypeSize()
|
D | PaintParamsKey.cpp | 158 case DataPayloadType::kFloat4: return 16; in field_size() 191 this->addToKey(numColors, colors, DataPayloadType::kFloat4); in add() 381 SkASSERT(fEntry->fDataPayloadExpectations[fieldIndex].fType == DataPayloadType::kFloat4); in colors()
|
/external/skia/src/gpu/ganesh/ops/ |
D | FillRRectOp.cpp | 380 fInstanceAttribs.emplace_back("radii_x", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in Processor() 381 fInstanceAttribs.emplace_back("radii_y", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in Processor() 382 fInstanceAttribs.emplace_back("skew", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in Processor() 386 SkSLType::kFloat4); in Processor() 388 "localrect", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in Processor() 402 {"radii_selector", kFloat4_GrVertexAttribType, SkSLType::kFloat4}, 403 {"corner_and_radius_outsets", kFloat4_GrVertexAttribType, SkSLType::kFloat4}, 405 {"aa_bloat_and_coverage", kFloat4_GrVertexAttribType, SkSLType::kFloat4}}; 750 GrGLSLVarying arcCoord(useHWDerivatives ? SkSLType::kFloat2 : SkSLType::kFloat4); in onEmitCode()
|
D | AtlasInstancedHelper.cpp | 24 instanceAttribs->emplace_back("locations", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in appendInstanceAttribs() 71 GrGLSLVarying atlasBounds(SkSLType::kFloat4); in injectShaderCode()
|
D | DrawAtlasPathOp.cpp | 43 fAttribs.emplace_back("fillBounds", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in DrawAtlasPathShader() 45 fAttribs.emplace_back("affineMatrix", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in DrawAtlasPathShader()
|
/external/skia/include/core/ |
D | SkMesh.h | 76 kFloat4, // four floats float4 enumerator 91 kFloat4, // "float4" enumerator 185 kFloat4, enumerator
|
/external/skia/src/gpu/ganesh/tessellate/ |
D | GrPathTessellationShader.cpp | 81 fInstanceAttribs.emplace_back("p01", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in MiddleOutShader() 82 fInstanceAttribs.emplace_back("p23", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in MiddleOutShader() 308 SkSLType::kFloat4, "affineMatrix", in onEmitCode()
|
D | GrStrokeTessellationShader.cpp | 105 fAttribs.emplace_back("pts01Attr", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in GrStrokeTessellationShader() 106 fAttribs.emplace_back("pts23Attr", kFloat4_GrVertexAttribType, SkSLType::kFloat4); in GrStrokeTessellationShader() 249 SkSLType::kFloat4, "affineMatrix", in onEmitCode()
|
/external/skia/src/gpu/ganesh/glsl/ |
D | GrGLSLShaderBuilder.cpp | 205 const GrShaderVar gGamutXformArgs[] = { GrShaderVar("color", SkSLType::kFloat4) }; in appendColorGamutXform() 211 this->emitFunction(SkSLType::kFloat4, gamutXformFuncName.c_str(), in appendColorGamutXform() 217 const GrShaderVar gColorXformArgs[] = { GrShaderVar("color", SkSLType::kFloat4) }; in appendColorGamutXform()
|
/external/skia/src/gpu/ganesh/effects/ |
D | GrSkSLFP.h | 43 UNIFORM_TYPE(kFloat4, SkPMColor4f); 44 UNIFORM_TYPE(kFloat4, SkRect); 45 UNIFORM_TYPE(kFloat4, SkV4); 46 UNIFORM_TYPE(kFloat4, skvx::Vec<4, float>);
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkVaryingHandler.cpp | 25 case SkSLType::kFloat4: in sksltype_to_location_size()
|
/external/skia/src/gpu/ganesh/ |
D | GrSPIRVVaryingHandler.cpp | 28 case SkSLType::kFloat4: in sksltype_to_location_size()
|
D | GrSPIRVUniformHandler.cpp | 65 case SkSLType::kFloat4: in sksltype_to_alignment_mask() 122 case SkSLType::kFloat4: in sksltype_to_size()
|