Home
last modified time | relevance | path

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