Home
last modified time | relevance | path

Searched refs:fHalf3_Type (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h32 case 3: return *context.fHalf3_Type; in index_type()
DSkSLSwizzle.h38 case 3: return *context.fHalf3_Type; in get_type()
DSkSLType.cpp91 case 3: return *context.fHalf3_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h34 , fHalf3_Type(new Type("half3", *fHalf_Type, 3)) in Context()
150 fHalf3_Type.get(), fHalf4_Type.get() }))
180 fHalf3_Type.get(), fHalf4_Type.get() }))
222 const std::unique_ptr<Type> fHalf3_Type; variable