Searched refs:fInt3_Type (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 24 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/tests/ |
D | SkSLMemoryLayoutTest.cpp | 24 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/skia/src/sksl/ |
D | SkSLContext.h | 45 , fInt3_Type(new Type("int3", *fInt_Type, 3)) in Context() 157 fInt3_Type.get(), fInt4_Type.get() })) 187 fInt3_Type.get(), fInt4_Type.get() })) 238 const std::unique_ptr<Type> fInt3_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 42 , 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/skia/src/sksl/ir/ |
D | SkSLType.cpp | 156 case 3: return *context.fInt3_Type; in toCompound()
|
D | SkSLSwizzle.h | 56 case 3: return *context.fInt3_Type; in get_type()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 50 case 3: return *context.fInt3_Type; in get_type()
|
D | SkSLType.cpp | 155 case 3: return *context.fInt3_Type; in toCompound()
|