Home
last modified time | relevance | path

Searched refs:kFloat4 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/experimental/graphite/src/
DDrawTypes.h37 kFloat4, enumerator
117 kFloat4, enumerator
DUniformManager.cpp262 case SLType::kFloat4: in WriteUniform()
320 case SLType::kFloat4: in sltype_to_alignment_mask()
386 case SLType::kFloat4: in sltype_to_mtl_size()
480 case SLType::kHalf4: return SLType::kFloat4; in getUniformTypeForLayout()
DContextUtils.cpp40 {"color", SLType::kFloat4 }
284 case SLType::kFloat4: in emit_MSL_uniform_struct()
DGraphicsPipelineDesc.h205 case VertexAttribType::kFloat4: in VertexAttribTypeSize()
/third_party/skia/src/gpu/effects/
DGrSkSLFP.h41 UNIFORM_TYPE(kFloat4, SkPMColor4f);
42 UNIFORM_TYPE(kFloat4, SkRect);
43 UNIFORM_TYPE(kFloat4, SkV4);
44 UNIFORM_TYPE(kFloat4, skvx::Vec<4, float>);
DGrSkSLFP.cpp244 case Type::kFloat4: pdman.set4fv(handle, v.count, floatData()); break; in onSetData()
/third_party/skia/tests/graphite/
DCommandBufferTest.cpp144 { "color", VertexAttribType::kFloat4, SLType::kFloat4 } in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp117 if (*type == *ctx.fTypes.fFloat4) { v->type = Type::kFloat4; return true; } in init_uniform_type()
118 if (*type == *ctx.fTypes.fHalf4) { v->type = Type::kFloat4; return true; } in init_uniform_type()
479 case SkRuntimeEffect::Uniform::Type::kFloat4: return sizeof(float) * 4; in uniform_element_size()
740 SkASSERT(v.type == Type::kFloat3 || v.type == Type::kFloat4); in get_xformed_uniforms()
743 if (v.type == Type::kFloat4) { in get_xformed_uniforms()
/third_party/skia/tools/viewer/
DSkSLSlide.cpp174 case SkRuntimeEffect::Uniform::Type::kFloat4: { in draw()
/third_party/skia/include/effects/
DSkRuntimeEffect.h56 kFloat4, enumerator
/third_party/skia/experimental/graphite/src/mtl/
DMtlGraphicsPipeline.mm146 case VertexAttribType::kFloat4:
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp633 case Type::kFloat4: su.columns = 4; break; in fromUniform()