Home
last modified time | relevance | path

Searched refs:fBVec3_Type (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp30 REPORTER_ASSERT(r, 3 == layout.size(*context.fBVec3_Type)); in DEF_TEST()
47 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec3_Type)); in DEF_TEST()
111 REPORTER_ASSERT(r, 3 == layout.size(*context.fBVec3_Type)); in DEF_TEST()
128 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec3_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h43 , fBVec3_Type(new Type(SkString("bvec3"), *fBool_Type, 3))
128 fBVec3_Type.get(), fBVec4_Type.get() }))
151 fBVec3_Type.get(), fBVec4_Type.get() }))
184 const std::unique_ptr<Type> fBVec3_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h54 case 3: return *context.fBVec3_Type; in get_type()