Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h39 case 2: return *context.fDouble2_Type; in index_type()
DSkSLSwizzle.h43 case 2: return *context.fDouble2_Type; in get_type()
DSkSLType.cpp122 case 2: return *context.fDouble2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h25 , fDouble2_Type(new Type("double2", *fDouble_Type, 2)) in Context()
151 , fGenDType_Type(new Type("$genDType", { fDouble_Type.get(), fDouble2_Type.get(),
181 , fDVec_Type(new Type("$dvec", { fInvalid_Type.get(), fDouble2_Type.get(),
211 const std::unique_ptr<Type> fDouble2_Type; variable