Home
last modified time | relevance | path

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

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp25 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/
DSkSLContext.h38 , fIVec2_Type(new Type(String("ivec2"), *fInt_Type, 2))
123 , fGenIType_Type(new Type(String("$genIType"), { fInt_Type.get(), fIVec2_Type.get(),
146 , fIVec_Type(new Type(String("$ivec"), { fInvalid_Type.get(), fIVec2_Type.get(),
180 const std::unique_ptr<Type> fIVec2_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h43 case 2: return *context.fIVec2_Type; in get_type()
DSkSLType.cpp113 case 2: return *context.fIVec2_Type; in toCompound()