Home
last modified time | relevance | path

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

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp26 REPORTER_ASSERT(r, 12 == layout.size(*context.fIVec3_Type)); in DEF_TEST()
43 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec3_Type)); in DEF_TEST()
107 REPORTER_ASSERT(r, 12 == layout.size(*context.fIVec3_Type)); in DEF_TEST()
124 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec3_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h39 , fIVec3_Type(new Type(String("ivec3"), *fInt_Type, 3))
124 fIVec3_Type.get(), fIVec4_Type.get() }))
147 fIVec3_Type.get(), fIVec4_Type.get() }))
181 const std::unique_ptr<Type> fIVec3_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h44 case 3: return *context.fIVec3_Type; in get_type()
DSkSLType.cpp114 case 3: return *context.fIVec3_Type; in toCompound()