Home
last modified time | relevance | path

Searched refs:fVec2_Type (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DSkSLMemoryLayoutTest.cpp21 REPORTER_ASSERT(r, 8 == layout.size(*context.fVec2_Type)); in DEF_TEST()
38 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fVec2_Type)); in DEF_TEST()
102 REPORTER_ASSERT(r, 8 == layout.size(*context.fVec2_Type)); in DEF_TEST()
119 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fVec2_Type)); in DEF_TEST()
/external/skia/src/sksl/
DSkSLContext.h29 , fVec2_Type(new Type(SkString("vec2"), *fFloat_Type, 2))
119 , fGenType_Type(new Type(SkString("$genType"), { fFloat_Type.get(), fVec2_Type.get(),
138 , fVec_Type(new Type(SkString("$vec"), { fInvalid_Type.get(), fVec2_Type.get(),
168 const std::unique_ptr<Type> fVec2_Type; variable
DSkSLGLSLCodeGenerator.cpp197 ASSERT(c.fArguments[1]->fType == *fContext.fVec2_Type); in writeFunctionCall()
203 if (c.fArguments[1]->fType == *fContext.fVec2_Type) { in writeFunctionCall()
DSkSLSPIRVCodeGenerator.cpp1305 if (c.fArguments[1]->fType == *fContext.fVec2_Type) { in writeSpecialIntrinsic()
1315 ASSERT(c.fArguments[1]->fType == *fContext.fVec2_Type); in writeSpecialIntrinsic()
1351 Constructor ctor(Position(), *fContext.fVec2_Type, std::move(args)); in writeSpecialIntrinsic()
/external/skia/src/sksl/ir/
DSkSLIndexExpression.h24 case 2: return *context.fVec2_Type; in index_type()
DSkSLSwizzle.h29 case 2: return *context.fVec2_Type; in get_type()
DSkSLType.cpp49 case 2: return *context.fVec2_Type; in toCompound()