Home
last modified time | relevance | path

Searched refs:kFloat4x4 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/experimental/graphite/src/
DUniformManager.cpp292 case SLType::kFloat4x4: in WriteUniform()
327 case SLType::kFloat4x4: in sltype_to_alignment_mask()
393 case SLType::kFloat4x4: in sltype_to_mtl_size()
484 case SLType::kHalf4x4: return SLType::kFloat4x4; in getUniformTypeForLayout()
DDrawTypes.h40 kFloat4x4, enumerator
/third_party/skia/tools/viewer/
DSkSLSlide.cpp188 case SkRuntimeEffect::Uniform::Type::kFloat4x4: { in draw()
/third_party/skia/include/effects/
DSkRuntimeEffect.h59 kFloat4x4, enumerator
/third_party/skia/src/gpu/effects/
DGrSkSLFP.h45 UNIFORM_TYPE(kFloat4x4, SkM44);
DGrSkSLFP.cpp248 case Type::kFloat4x4: pdman.setMatrix4fv(handle, v.count, floatData()); break; in onSetData()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp123 if (*type == *ctx.fTypes.fFloat4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()
124 if (*type == *ctx.fTypes.fHalf4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()
493 case SkRuntimeEffect::Uniform::Type::kFloat4x4: return sizeof(float) * 16; in uniform_element_size()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp636 case Type::kFloat4x4: su.columns = 4; su.rows *= 4; break; in fromUniform()