Searched refs:fBool2_Type (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | SkSLMemoryLayoutTest.cpp | 27 REPORTER_ASSERT(r, 2 == layout.size(*context.fBool2_Type)); in DEF_TEST() 44 REPORTER_ASSERT(r, 2 == layout.alignment(*context.fBool2_Type)); in DEF_TEST() 108 REPORTER_ASSERT(r, 2 == layout.size(*context.fBool2_Type)); in DEF_TEST() 125 REPORTER_ASSERT(r, 2 == layout.alignment(*context.fBool2_Type)); in DEF_TEST()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 61 , fBool2_Type(new Type("bool2", *fBool_Type, 2)) in Context() 157 , fGenBType_Type(new Type("$genBType", { fBool_Type.get(), fBool2_Type.get(), 195 , fBVec_Type(new Type("$bvec", { fInvalid_Type.get(), fBool2_Type.get(), 256 const std::unique_ptr<Type> fBool2_Type; variable
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 85 case 2: return *context.fBool2_Type; in get_type()
|
D | SkSLType.cpp | 220 case 2: return *context.fBool2_Type; in toCompound()
|