Searched refs:fHalf4x4_Type (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 84 , fHalf4x4_Type(new Type("half4x4", *fHalf_Type, 4, 4)) in Context() 170 fHalf4x3_Type.get(), fHalf4x4_Type.get(), 284 const std::unique_ptr<Type> fHalf4x4_Type; variable
|
D | SkSLHCodeGenerator.cpp | 66 } else if (type == *context.fFloat4x4_Type || type == *context.fHalf4x4_Type) { in ParameterCType()
|
D | SkSLGLSLCodeGenerator.cpp | 300 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()
|
D | SkSLCPPCodeGenerator.cpp | 552 } else if (var.fType == *fContext.fHalf4x4_Type) { in addUniform()
|
D | SkSLMetalCodeGenerator.cpp | 293 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeInverseHack()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 81 , fHalf4x4_Type(new Type("half4x4", *fHalf_Type, 4, 4)) in Context() 167 fHalf4x3_Type.get(), fHalf4x4_Type.get(), 278 const std::unique_ptr<Type> fHalf4x4_Type; variable
|
D | SkSLHCodeGenerator.cpp | 64 } else if (type == *context.fFloat4x4_Type || type == *context.fHalf4x4_Type) { in ParameterCType()
|
D | SkSLGLSLCodeGenerator.cpp | 304 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeDeterminantHack() 373 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeInverseHack()
|
D | SkSLCPPCodeGenerator.cpp | 520 } else if (var.fType == *fContext.fHalf4x4_Type) { in addUniform()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 114 case 4: return *context.fHalf4x4_Type; in toCompound()
|
/external/skqp/src/sksl/ir/ |
D | SkSLType.cpp | 113 case 4: return *context.fHalf4x4_Type; in toCompound()
|
/external/skqp/src/gpu/effects/ |
D | GrSkSLFP.cpp | 107 } else if (type == *fContext.fHalf4x4_Type) { in uniformType()
|
/external/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 114 } else if (type == *fContext.fHalf4x4_Type) { in uniformType()
|