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

/external/skia/src/sksl/ir/
H A DSkSLSwizzle.h42 case 3: return *context.fIVec3_Type;
H A DSkSLType.cpp114 case 3: return *context.fIVec3_Type;
/external/skia/tests/
H A DSkSLMemoryLayoutTest.cpp26 REPORTER_ASSERT(r, 12 == layout.size(*context.fIVec3_Type));
43 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec3_Type));
107 REPORTER_ASSERT(r, 12 == layout.size(*context.fIVec3_Type));
124 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fIVec3_Type));
/external/skia/src/sksl/
H A DSkSLContext.h39 , fIVec3_Type(new Type(SkString("ivec3"), *fInt_Type, 3))
124 fIVec3_Type.get(), fIVec4_Type.get() }))
147 fIVec3_Type.get(), fIVec4_Type.get() }))
179 const std::unique_ptr<Type> fIVec3_Type; member in class:SkSL::Context

Completed in 204 milliseconds