Home
last modified time | relevance | path

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

/external/skqp/tests/
DSkSLMemoryLayoutTest.cpp19 REPORTER_ASSERT(r, 8 == layout.size(*context.fFloat2_Type)); in DEF_TEST()
36 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fFloat2_Type)); in DEF_TEST()
100 REPORTER_ASSERT(r, 8 == layout.size(*context.fFloat2_Type)); in DEF_TEST()
117 REPORTER_ASSERT(r, 8 == layout.alignment(*context.fFloat2_Type)); in DEF_TEST()
/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h24 case 2: return *context.fFloat2_Type; in index_type()
DSkSLSwizzle.h31 case 2: return *context.fFloat2_Type; in get_type()
DSkSLType.cpp58 case 2: return *context.fFloat2_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h29 , fFloat2_Type(new Type("float2", *fFloat_Type, 2)) in Context()
147 , fGenType_Type(new Type("$genType", { fFloat_Type.get(), fFloat2_Type.get(), in Context()
173 , fVec_Type(new Type("$vec", { fInvalid_Type.get(), fFloat2_Type.get(),
216 const std::unique_ptr<Type> fFloat2_Type; variable
DSkSLCPPCodeGenerator.cpp165 } else if (type == *fContext.fFloat2_Type || type == *fContext.fHalf2_Type) { in writeRuntimeValue()
510 } else if (var.fType == *fContext.fFloat2_Type) { in addUniform()
1068 } else if (param->fType == *fContext.fFloat2_Type) { in writeGetKey()
DSkSLHCodeGenerator.cpp50 } else if (type == *context.fFloat2_Type || type == *context.fHalf2_Type) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp623 SkASSERT(c.fArguments[1]->fType == *fContext.fFloat2_Type); in writeFunctionCall()
632 if (c.fArguments[1]->fType == *fContext.fFloat2_Type) { in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp278 SkASSERT(c.fArguments[1]->fType == *fContext.fFloat2_Type); in writeSpecialIntrinsic()
DSkSLSPIRVCodeGenerator.cpp820 Constructor ctor(-1, *fContext.fFloat2_Type, std::move(args)); in writeSpecialIntrinsic()
847 if (c.fArguments[1]->fType == *fContext.fFloat2_Type) { in writeSpecialIntrinsic()
857 SkASSERT(c.fArguments[1]->fType == *fContext.fFloat2_Type); in writeSpecialIntrinsic()
DSkSLIRGenerator.cpp652 *fContext.fFloat2_Type)) in getNormalizeSkPositionCode()
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp97 } else if (type == *fContext.fFloat2_Type) { in uniformType()