Home
last modified time | relevance | path

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

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp29 REPORTER_ASSERT(r, 2 == layout.size(*context.fBVec2_Type)); in DEF_TEST()
46 REPORTER_ASSERT(r, 2 == layout.alignment(*context.fBVec2_Type)); in DEF_TEST()
110 REPORTER_ASSERT(r, 2 == layout.size(*context.fBVec2_Type)); in DEF_TEST()
127 REPORTER_ASSERT(r, 2 == layout.alignment(*context.fBVec2_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h42 , fBVec2_Type(new Type(String("bvec2"), *fBool_Type, 2))
127 , fGenBType_Type(new Type(String("$genBType"), { fBool_Type.get(), fBVec2_Type.get(),
150 , fBVec_Type(new Type(String("$bvec"), { fInvalid_Type.get(), fBVec2_Type.get(),
185 const std::unique_ptr<Type> fBVec2_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h55 case 2: return *context.fBVec2_Type; in get_type()
DSkSLType.cpp135 case 2: return *context.fBVec2_Type; in toCompound()