Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h30 , fDouble4_Type(new Type("double4", *fDouble_Type, 4)) in Context()
155 fDouble3_Type.get(), fDouble4_Type.get() }))
185 fDouble3_Type.get(), fDouble4_Type.get() }))
219 const std::unique_ptr<Type> fDouble4_Type; variable
/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
/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/skia/src/sksl/ir/
DSkSLIndexExpression.h41 case 4: return *context.fDouble4_Type; in index_type()
DSkSLType.cpp125 case 4: return *context.fDouble4_Type; in toCompound()
DSkSLSwizzle.h51 case 4: return *context.fDouble4_Type; in get_type()