Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h57 case 4: return *context.fShort4_Type; in get_type()
DSkSLType.cpp167 case 4: return *context.fShort4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h51 , fShort4_Type(new Type("short4", *fShort_Type, 4)) in Context()
188 fShort3_Type.get(), fShort4_Type.get() }))
243 const std::unique_ptr<Type> fShort4_Type; variable
DSkSLHCodeGenerator.cpp57 type == *context.fShort4_Type || in ParameterCType()
DSkSLCPPCodeGenerator.cpp198 type == *fContext.fShort4_Type || in writeRuntimeValue()