Home
last modified time | relevance | path

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

/external/skqp/tests/
DSkSLMemoryLayoutTest.cpp30 REPORTER_ASSERT(r, 32 == layout.size(*context.fFloat2x2_Type)); in DEF_TEST()
47 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat2x2_Type)); in DEF_TEST()
111 REPORTER_ASSERT(r, 16 == layout.size(*context.fFloat2x2_Type)); in DEF_TEST()
128 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fFloat2x2_Type)); in DEF_TEST()
/external/skqp/src/sksl/ir/
DSkSLType.cpp65 case 2: return *context.fFloat2x2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h64 , fFloat2x2_Type(new Type("float2x2", *fFloat_Type, 2, 2)) in Context()
159 , fMat_Type(new Type("$mat", { fFloat2x2_Type.get(), fFloat2x3_Type.get(),
260 const std::unique_ptr<Type> fFloat2x2_Type; variable
DSkSLGLSLCodeGenerator.cpp276 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeDeterminantHack()
341 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeInverseHack()
DSkSLMetalCodeGenerator.cpp252 if (mat.fType == *fContext.fFloat2x2_Type) { in writeInverseHack()