Home
last modified time | relevance | path

Searched refs:fHalf2_Type (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h31 case 2: return *context.fHalf2_Type; in index_type()
DSkSLSwizzle.h37 case 2: return *context.fHalf2_Type; in get_type()
DSkSLType.cpp90 case 2: return *context.fHalf2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h33 , fHalf2_Type(new Type("half2", *fHalf_Type, 2)) in Context()
149 , fGenHType_Type(new Type("$genHType", { fHalf_Type.get(), fHalf2_Type.get(),
179 , fHVec_Type(new Type("$hvec", { fInvalid_Type.get(), fHalf2_Type.get(),
221 const std::unique_ptr<Type> fHalf2_Type; variable
DSkSLHCodeGenerator.cpp50 } else if (type == *context.fFloat2_Type || type == *context.fHalf2_Type) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp165 } else if (type == *fContext.fFloat2_Type || type == *fContext.fHalf2_Type) { in writeRuntimeValue()
512 } else if (var.fType == *fContext.fHalf2_Type) { in addUniform()
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp99 } else if (type == *fContext.fHalf2_Type) { in uniformType()