Searched refs:fVec2_Type (Results 1 – 7 of 7) sorted by relevance
/external/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 21 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/ |
D | SkSLContext.h | 29 , 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
|
D | SkSLGLSLCodeGenerator.cpp | 197 ASSERT(c.fArguments[1]->fType == *fContext.fVec2_Type); in writeFunctionCall() 203 if (c.fArguments[1]->fType == *fContext.fVec2_Type) { in writeFunctionCall()
|
D | SkSLSPIRVCodeGenerator.cpp | 1305 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/ |
D | SkSLIndexExpression.h | 24 case 2: return *context.fVec2_Type; in index_type()
|
D | SkSLSwizzle.h | 29 case 2: return *context.fVec2_Type; in get_type()
|
D | SkSLType.cpp | 49 case 2: return *context.fVec2_Type; in toCompound()
|