Home
last modified time | relevance | path

Searched refs:fInt4_Type (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp25 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/
DSkSLMemoryLayoutTest.cpp25 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/
DSkSLContext.h46 , 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
DSkSLHCodeGenerator.cpp58 } else if (type == *context.fInt4_Type || in ParameterCType()
DSkSLCPPCodeGenerator.cpp223 } else if (type == *fContext.fInt4_Type || in writeRuntimeValue()
/external/skqp/src/sksl/
DSkSLContext.h43 , 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
DSkSLHCodeGenerator.cpp56 } else if (type == *context.fInt4_Type || in ParameterCType()
DSkSLCPPCodeGenerator.cpp197 } else if (type == *fContext.fInt4_Type || in writeRuntimeValue()
/external/skia/src/sksl/ir/
DSkSLType.cpp157 case 4: return *context.fInt4_Type; in toCompound()
DSkSLSwizzle.h57 case 4: return *context.fInt4_Type; in get_type()
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h51 case 4: return *context.fInt4_Type; in get_type()
DSkSLType.cpp156 case 4: return *context.fInt4_Type; in toCompound()