Home
last modified time | relevance | path

Searched refs:fFloat3x3_Type (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tests/
DSkSLMemoryLayoutTest.cpp32 REPORTER_ASSERT(r, 48 == layout.size(*context.fFloat3x3_Type)); in DEF_TEST()
49 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat3x3_Type)); in DEF_TEST()
113 REPORTER_ASSERT(r, 48 == layout.size(*context.fFloat3x3_Type)); in DEF_TEST()
130 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat3x3_Type)); in DEF_TEST()
/external/skqp/src/sksl/ir/
DSkSLType.cpp73 case 3: return *context.fFloat3x3_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h68 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
161 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
264 const std::unique_ptr<Type> fFloat3x3_Type; variable
DSkSLHCodeGenerator.cpp62 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp287 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeDeterminantHack()
353 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()