Home
last modified time | relevance | path

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

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp27 REPORTER_ASSERT(r, 16 == layout.size(*context.fIVec4_Type)); in DEF_TEST()
44 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec4_Type)); in DEF_TEST()
108 REPORTER_ASSERT(r, 16 == layout.size(*context.fIVec4_Type)); in DEF_TEST()
125 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec4_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h40 , fIVec4_Type(new Type(String("ivec4"), *fInt_Type, 4))
124 fIVec3_Type.get(), fIVec4_Type.get() }))
147 fIVec3_Type.get(), fIVec4_Type.get() }))
182 const std::unique_ptr<Type> fIVec4_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h45 case 4: return *context.fIVec4_Type; in get_type()
DSkSLType.cpp115 case 4: return *context.fIVec4_Type; in toCompound()