Home
last modified time | relevance | path

Searched refs:kFloat2 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/tests/graphite/
DCommandBufferTest.cpp104 { "position", VertexAttribType::kFloat2, SLType::kFloat2 } in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
142 { "position", VertexAttribType::kFloat2, SLType::kFloat2 }, in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
143 { "dims", VertexAttribType::kFloat2, SLType::kFloat2 }, in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
DUniformCacheTest.cpp23 {"point0", SLType::kFloat2 }, in make_ud()
24 {"point1", SLType::kFloat2 }, in make_ud()
25 {"point2", SLType::kFloat2 }, in make_ud()
/third_party/skia/experimental/graphite/src/
DDrawTypes.h35 kFloat2, enumerator
115 kFloat2, enumerator
DContextUtils.cpp32 {"point0", SLType::kFloat2 },
33 {"point1", SLType::kFloat2 },
287 case SLType::kFloat2: in emit_MSL_uniform_struct()
DUniformManager.cpp250 case SLType::kFloat2: in WriteUniform()
313 case SLType::kFloat2: in sltype_to_alignment_mask()
379 case SLType::kFloat2: in sltype_to_mtl_size()
472 case SLType::kHalf2: return SLType::kFloat2; in getUniformTypeForLayout()
DGraphicsPipelineDesc.h201 case VertexAttribType::kFloat2: in VertexAttribTypeSize()
/third_party/skia/tools/viewer/
DSkSLSlide.cpp172 case SkRuntimeEffect::Uniform::Type::kFloat2: in draw()
/third_party/skia/include/effects/
DSkRuntimeEffect.h54 kFloat2, enumerator
/third_party/skia/src/gpu/effects/
DGrSkSLFP.h40 UNIFORM_TYPE(kFloat2, SkV2);
DGrSkSLFP.cpp242 case Type::kFloat2: pdman.set2fv(handle, v.count, floatData()); break; in onSetData()
/third_party/skia/experimental/graphite/src/mtl/
DMtlGraphicsPipeline.mm142 case VertexAttribType::kFloat2:
/third_party/skia/src/core/
DSkRuntimeEffect.cpp113 if (*type == *ctx.fTypes.fFloat2) { v->type = Type::kFloat2; return true; } in init_uniform_type()
114 if (*type == *ctx.fTypes.fHalf2) { v->type = Type::kFloat2; return true; } in init_uniform_type()
477 case SkRuntimeEffect::Uniform::Type::kFloat2: return sizeof(float) * 2; in uniform_element_size()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp631 case Type::kFloat2: su.columns = 2; break; in fromUniform()