Home
last modified time | relevance | path

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

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp31 REPORTER_ASSERT(r, 4 == layout.size(*context.fBVec4_Type)); in DEF_TEST()
48 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec4_Type)); in DEF_TEST()
112 REPORTER_ASSERT(r, 4 == layout.size(*context.fBVec4_Type)); in DEF_TEST()
129 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBVec4_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h44 , fBVec4_Type(new Type(SkString("bvec4"), *fBool_Type, 4))
128 fBVec3_Type.get(), fBVec4_Type.get() }))
151 fBVec3_Type.get(), fBVec4_Type.get() }))
185 const std::unique_ptr<Type> fBVec4_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h55 case 4: return *context.fBVec4_Type; in get_type()