Searched refs:fIVec2_Type (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 25 REPORTER_ASSERT(r, 8 == layout.size(*context.fIVec2_Type)); in DEF_TEST() 42 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fIVec2_Type)); in DEF_TEST() 106 REPORTER_ASSERT(r, 8 == layout.size(*context.fIVec2_Type)); in DEF_TEST() 123 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fIVec2_Type)); in DEF_TEST()
|
/external/skia/src/sksl/ |
D | SkSLContext.h | 38 , fIVec2_Type(new Type(SkString("ivec2"), *fInt_Type, 2)) 123 , fGenIType_Type(new Type(SkString("$genIType"), { fInt_Type.get(), fIVec2_Type.get(), 146 , fIVec_Type(new Type(SkString("$ivec"), { fInvalid_Type.get(), fIVec2_Type.get(), 178 const std::unique_ptr<Type> fIVec2_Type; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLSwizzle.h | 41 case 2: return *context.fIVec2_Type; in get_type()
|
D | SkSLType.cpp | 113 case 2: return *context.fIVec2_Type; in toCompound()
|