Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp109 , fShort2(MakeVectorType("short2", "s2", *fShort, /*columns=*/2)) in BuiltinTypes()
237 {fInvalid.get(), fShort2.get(), fShort3.get(), fShort4.get()}))
DSkSLUtil.cpp47 if (type == *context.fTypes.fShort2 ) { *outType = kShort2_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h45 const std::unique_ptr<Type> fShort2; variable
/external/skia/src/sksl/dsl/
DDSLType.cpp143 return *context.fTypes.fShort2; in skslType()
/external/skia/src/sksl/ir/
DSkSLType.cpp144 case 2: return *context.fTypes.fShort2; in toCompound()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp61 type == *context.fTypes.fShort2) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp457 if (type == *context.fTypes.fShort2 ) { return "kShort2_GrSLType"; } in glsltype_string()