Home
last modified time | relevance | path

Searched refs:fShort4 (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp111 , fShort4(MakeVectorType("short4", "s4", *fShort, /*columns=*/4)) in BuiltinTypes()
237 {fInvalid.get(), fShort2.get(), fShort3.get(), fShort4.get()}))
DSkSLUtil.cpp49 if (type == *context.fTypes.fShort4 ) { *outType = kShort4_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h47 const std::unique_ptr<Type> fShort4; variable
/external/skia/src/sksl/dsl/
DDSLType.cpp147 return *context.fTypes.fShort4; in skslType()
/external/skia/src/sksl/ir/
DSkSLType.cpp146 case 4: return *context.fTypes.fShort4; in toCompound()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp64 type == *context.fTypes.fShort4) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp220 type == *fContext.fTypes.fShort4) { in formatRuntimeValue()
459 if (type == *context.fTypes.fShort4 ) { return "kShort4_GrSLType"; } in glsltype_string()
DSkSLDSLCPPCodeGenerator.cpp211 type == *fContext.fTypes.fShort4) { in formatRuntimeValue()