Home
last modified time | relevance | path

Searched refs:fBVec4_Type (Results 1 – 4 of 4) 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(String("bvec4"), *fBool_Type, 4))
128 fBVec3_Type.get(), fBVec4_Type.get() }))
151 fBVec3_Type.get(), fBVec4_Type.get() }))
187 const std::unique_ptr<Type> fBVec4_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h57 case 4: return *context.fBVec4_Type; in get_type()
DSkSLType.cpp137 case 4: return *context.fBVec4_Type; in toCompound()