Home
last modified time | relevance | path

Searched refs:fBVec2_Type (Results 1 – 3 of 3) 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(SkString("bvec2"), *fBool_Type, 2))
127 , fGenBType_Type(new Type(SkString("$genBType"), { fBool_Type.get(), fBVec2_Type.get(),
150 , fBVec_Type(new Type(SkString("$bvec"), { fInvalid_Type.get(), fBVec2_Type.get(),
183 const std::unique_ptr<Type> fBVec2_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h53 case 2: return *context.fBVec2_Type; in get_type()