Home
last modified time | relevance | path

Searched refs:fHalf4x4_Type (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLType.cpp113 case 4: return *context.fHalf4x4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h81 , 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
DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat4x4_Type || type == *context.fHalf4x4_Type) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp304 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()
DSkSLCPPCodeGenerator.cpp520 } else if (var.fType == *fContext.fHalf4x4_Type) { in addUniform()
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp107 } else if (type == *fContext.fHalf4x4_Type) { in uniformType()