Home
last modified time | relevance | path

Searched refs:fShort4_Type (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLContext.h54 , fShort4_Type(new Type("short4", *fShort_Type, 4)) in Context()
198 fShort3_Type.get(), fShort4_Type.get() }))
256 const std::unique_ptr<Type> fShort4_Type; variable
DSkSLHCodeGenerator.cpp59 type == *context.fShort4_Type || in ParameterCType()
DSkSLCPPCodeGenerator.cpp231 type == *fContext.fShort4_Type || in writeRuntimeValue()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp168 case 4: return *context.fShort4_Type; in toCompound()
DSkSLSwizzle.h63 case 4: return *context.fShort4_Type; in get_type()