Home
last modified time | relevance | path

Searched refs:fInt2_Type (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tests/
DSkSLMemoryLayoutTest.cpp23 REPORTER_ASSERT(r, 8 == layout.size(*context.fInt2_Type)); in DEF_TEST()
40 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fInt2_Type)); in DEF_TEST()
104 REPORTER_ASSERT(r, 8 == layout.size(*context.fInt2_Type)); in DEF_TEST()
121 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fInt2_Type)); in DEF_TEST()
/external/skqp/src/sksl/
DSkSLContext.h41 , fInt2_Type(new Type("int2", *fInt_Type, 2)) in Context()
153 , fGenIType_Type(new Type("$genIType", { fInt_Type.get(), fInt2_Type.get(),
183 , fIVec_Type(new Type("$ivec", { fInvalid_Type.get(), fInt2_Type.get(),
231 const std::unique_ptr<Type> fInt2_Type; variable
DSkSLHCodeGenerator.cpp52 } else if (type == *context.fInt2_Type || in ParameterCType()
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h49 case 2: return *context.fInt2_Type; in get_type()
DSkSLType.cpp154 case 2: return *context.fInt2_Type; in toCompound()