Searched refs:fInt2_Type (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tests/ |
D | SkSLMemoryLayoutTest.cpp | 23 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/ |
D | SkSLContext.h | 41 , 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
|
D | SkSLHCodeGenerator.cpp | 52 } else if (type == *context.fInt2_Type || in ParameterCType()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 49 case 2: return *context.fInt2_Type; in get_type()
|
D | SkSLType.cpp | 154 case 2: return *context.fInt2_Type; in toCompound()
|