Searched refs:fInt4_Type (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 25 REPORTER_ASSERT(r, 16 == layout.size(*context.fInt4_Type)); in DEF_TEST() 42 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt4_Type)); in DEF_TEST() 106 REPORTER_ASSERT(r, 16 == layout.size(*context.fInt4_Type)); in DEF_TEST() 123 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt4_Type)); in DEF_TEST()
|
D | SkSLInterpreterTest.cpp | 965 *compiler.context().fInt4_Type, in DEF_TEST()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 46 , fInt4_Type(new Type("int4", *fInt_Type, 4)) in Context() 164 fInt3_Type.get(), fInt4_Type.get() })) 194 fInt3_Type.get(), fInt4_Type.get() })) 246 const std::unique_ptr<Type> fInt4_Type; variable
|
D | SkSLHCodeGenerator.cpp | 58 } else if (type == *context.fInt4_Type || in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 230 } else if (type == *fContext.fInt4_Type || in writeRuntimeValue()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.cpp | 157 case 4: return *context.fInt4_Type; in toCompound()
|
D | SkSLSwizzle.h | 57 case 4: return *context.fInt4_Type; in get_type()
|