Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp110 , fShort3(MakeVectorType("short3", "s3", *fShort, /*columns=*/3)) in BuiltinTypes()
237 {fInvalid.get(), fShort2.get(), fShort3.get(), fShort4.get()}))
DSkSLUtil.cpp48 if (type == *context.fTypes.fShort3 ) { *outType = kShort3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h46 const std::unique_ptr<Type> fShort3; variable
/external/skia/src/sksl/dsl/
DDSLType.cpp145 return *context.fTypes.fShort3; in skslType()
/external/skia/src/sksl/ir/
DSkSLType.cpp145 case 3: return *context.fTypes.fShort3; in toCompound()
/external/skia/src/sksl/codegen/
DSkSLCPPCodeGenerator.cpp458 if (type == *context.fTypes.fShort3 ) { return "kShort3_GrSLType"; } in glsltype_string()