Searched refs:fHalf3x3_Type (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 80 , fHalf3x3_Type(new Type("half3x3", *fHalf_Type, 3, 3)) in Context() 168 fHalf3x2_Type.get(), fHalf3x3_Type.get(), 280 const std::unique_ptr<Type> fHalf3x3_Type; variable
|
D | SkSLHCodeGenerator.cpp | 64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
|
D | SkSLGLSLCodeGenerator.cpp | 283 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeDeterminantHack() 349 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
|
D | SkSLMetalCodeGenerator.cpp | 272 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 77 , fHalf3x3_Type(new Type("half3x3", *fHalf_Type, 3, 3)) in Context() 165 fHalf3x2_Type.get(), fHalf3x3_Type.get(), 274 const std::unique_ptr<Type> fHalf3x3_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()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 106 case 3: return *context.fHalf3x3_Type; in toCompound()
|
/external/skqp/src/sksl/ir/ |
D | SkSLType.cpp | 105 case 3: return *context.fHalf3x3_Type; in toCompound()
|