Searched refs:fDouble2_Type (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/sksl/ir/ |
D | SkSLIndexExpression.h | 39 case 2: return *context.fDouble2_Type; in index_type()
|
D | SkSLSwizzle.h | 43 case 2: return *context.fDouble2_Type; in get_type()
|
D | SkSLType.cpp | 122 case 2: return *context.fDouble2_Type; in toCompound()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 25 , 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
|