Searched refs:fFloat3x3_Type (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tests/ |
D | SkSLMemoryLayoutTest.cpp | 32 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/ |
D | SkSLType.cpp | 73 case 3: return *context.fFloat3x3_Type; in toCompound()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 68 , 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
|
D | SkSLHCodeGenerator.cpp | 62 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
|
D | SkSLGLSLCodeGenerator.cpp | 287 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()
|