Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DSkSLMemoryLayoutTest.cpp34 REPORTER_ASSERT(r, 64 == layout.size(*context.fFloat4x4_Type)); in DEF_TEST()
51 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat4x4_Type)); in DEF_TEST()
115 REPORTER_ASSERT(r, 64 == layout.size(*context.fFloat4x4_Type)); in DEF_TEST()
132 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat4x4_Type)); in DEF_TEST()
/third_party/flutter/skia/src/sksl/
DSkSLContext.h75 , fFloat4x4_Type(new Type("float4x4", *fFloat_Type, 4, 4)) in Context()
173 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
281 const std::unique_ptr<Type> fFloat4x4_Type; variable
DSkSLHCodeGenerator.cpp66 } else if (type == *context.fFloat4x4_Type || type == *context.fHalf4x4_Type) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp558 } else if (var.fType == *fContext.fFloat4x4_Type) { in addUniform()
1138 if (var.fType == *fContext.fFloat4x4_Type) { in writeGetKey()
DSkSLGLSLCodeGenerator.cpp300 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeDeterminantHack()
369 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeInverseHack()
DSkSLMetalCodeGenerator.cpp298 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeInverseHack()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp82 case 4: return *context.fFloat4x4_Type; in toCompound()
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp138 } else if (type == *fContext.fFloat4x4_Type) { in uniformType()