Home
last modified time | relevance | path

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

/external/skqp/tests/
DSkSLMemoryLayoutTest.cpp24 REPORTER_ASSERT(r, 12 == layout.size(*context.fInt3_Type)); in DEF_TEST()
41 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt3_Type)); in DEF_TEST()
105 REPORTER_ASSERT(r, 12 == layout.size(*context.fInt3_Type)); in DEF_TEST()
122 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt3_Type)); in DEF_TEST()
/external/skqp/src/sksl/
DSkSLContext.h42 , fInt3_Type(new Type("int3", *fInt_Type, 3)) in Context()
154 fInt3_Type.get(), fInt4_Type.get() }))
184 fInt3_Type.get(), fInt4_Type.get() }))
232 const std::unique_ptr<Type> fInt3_Type; variable
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h50 case 3: return *context.fInt3_Type; in get_type()
DSkSLType.cpp155 case 3: return *context.fInt3_Type; in toCompound()