Home
last modified time | relevance | path

Searched refs:fFloat4_Type (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/tests/
DSkSLMemoryLayoutTest.cpp21 REPORTER_ASSERT(r, 16 == layout.size(*context.fFloat4_Type)); in DEF_TEST()
38 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat4_Type)); in DEF_TEST()
88 SkSL::Type array2(SkSL::String("float4[4]"), SkSL::Type::kArray_Kind, *context.fFloat4_Type, 4); in DEF_TEST()
102 REPORTER_ASSERT(r, 16 == layout.size(*context.fFloat4_Type)); in DEF_TEST()
119 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat4_Type)); in DEF_TEST()
169 SkSL::Type array2(SkSL::String("float4[4]"), SkSL::Type::kArray_Kind, *context.fFloat4_Type, 4); in DEF_TEST()
DSkSLInterpreterTest.cpp1057 : INHERITED(name, *compiler.context().fFloat4_Type) in VectorFunctionExternalValue()
1070 outTypes[0] = fCompiler.context().fFloat4_Type.get(); in getCallParameterTypes()
/third_party/flutter/skia/src/sksl/
DSkSLContext.h34 , fFloat4_Type(new Type("float4", *fFloat_Type, 4)) in Context()
158 fFloat3_Type.get(), fFloat4_Type.get() })) in Context()
184 fFloat3_Type.get(), fFloat4_Type.get() }))
188 , fGVec4_Type(new Type("$gfloat4", static_type(*fFloat4_Type)))
231 const std::unique_ptr<Type> fFloat4_Type; variable
DSkSLCPPCodeGenerator.cpp196 } else if (type == *fContext.fFloat4_Type || type == *fContext.fHalf4_Type) { in writeRuntimeValue()
554 } else if (var.fType == *fContext.fFloat4_Type) { in addUniform()
1145 } else if (var.fType == *fContext.fFloat4_Type) { in writeGetKey()
DSkSLHCodeGenerator.cpp62 } else if (type == *context.fFloat4_Type || type == *context.fHalf4_Type) { in ParameterCType()
DSkSLIRGenerator.cpp331 SkASSERT(var->fType == *fContext.fFloat4_Type); in convertVarDeclarations()
712 *fContext.fFloat4_Type, in getNormalizeSkPositionCode()
927 SkASSERT(vd.fVar->fType == *fContext.fFloat4_Type); in convertInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp649 SkASSERT(c.fArguments[1]->fType == *fContext.fFloat4_Type); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp439 } else if (matrix.rows() == 2 && matrix.columns() == 2 && arg == *fContext.fFloat4_Type) { in getMatrixConstructHelper()
DSkSLSPIRVCodeGenerator.cpp894 if (c.fArguments[1]->fType == *fContext.fFloat4_Type) { in writeSpecialIntrinsic()
1878 this->writeWord(this->getType(*fContext.fFloat4_Type), out); in writeVariableReference()
/third_party/flutter/skia/src/sksl/ir/
DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
DSkSLType.cpp61 case 4: return *context.fFloat4_Type; in toCompound()
DSkSLSwizzle.h39 case 4: return *context.fFloat4_Type; in get_type()
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp74 } else if (&v->fType == fCompiler.context().fFloat4_Type.get() || in getSpecialization()
101 } else if (&v.fType == context.fFloat4_Type.get()) { in get_ctype()
134 } else if (type == *fContext.fFloat4_Type) { in uniformType()
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp94 : INHERITED(name, compiler, *compiler.context().fFloat4_Type) in SkColorCurveExternalValue()
158 : INHERITED(name, compiler, *compiler.context().fFloat4_Type) in SkPathExternalValue()