Searched refs:fInt4_Type (Results 1 – 12 of 12) sorted by relevance
/external/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()
|
/external/skqp/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()
|
/external/skia/src/sksl/ |
D | SkSLContext.h | 46 , fInt4_Type(new Type("int4", *fInt_Type, 4)) in Context() 157 fInt3_Type.get(), fInt4_Type.get() })) 187 fInt3_Type.get(), fInt4_Type.get() })) 239 const std::unique_ptr<Type> fInt4_Type; variable
|
D | SkSLHCodeGenerator.cpp | 58 } else if (type == *context.fInt4_Type || in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 223 } else if (type == *fContext.fInt4_Type || in writeRuntimeValue()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 43 , fInt4_Type(new Type("int4", *fInt_Type, 4)) in Context() 154 fInt3_Type.get(), fInt4_Type.get() })) 184 fInt3_Type.get(), fInt4_Type.get() })) 233 const std::unique_ptr<Type> fInt4_Type; variable
|
D | SkSLHCodeGenerator.cpp | 56 } else if (type == *context.fInt4_Type || in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 197 } else if (type == *fContext.fInt4_Type || in writeRuntimeValue()
|
/external/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()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 51 case 4: return *context.fInt4_Type; in get_type()
|
D | SkSLType.cpp | 156 case 4: return *context.fInt4_Type; in toCompound()
|