Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h41 case 4: return *context.fDouble4_Type; in index_type()
DSkSLSwizzle.h45 case 4: return *context.fDouble4_Type; in get_type()
DSkSLType.cpp124 case 4: return *context.fDouble4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h27 , fDouble4_Type(new Type("double4", *fDouble_Type, 4)) in Context()
152 fDouble3_Type.get(), fDouble4_Type.get() }))
182 fDouble3_Type.get(), fDouble4_Type.get() }))
213 const std::unique_ptr<Type> fDouble4_Type; variable