Home
last modified time | relevance | path

Searched refs:fBool2_Type (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tests/
DSkSLMemoryLayoutTest.cpp27 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/
DSkSLContext.h61 , 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/
DSkSLSwizzle.h85 case 2: return *context.fBool2_Type; in get_type()
DSkSLType.cpp220 case 2: return *context.fBool2_Type; in toCompound()