Searched refs:fFloat4_Type (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 21 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()
|
D | SkSLInterpreterTest.cpp | 1057 : INHERITED(name, *compiler.context().fFloat4_Type) in VectorFunctionExternalValue() 1070 outTypes[0] = fCompiler.context().fFloat4_Type.get(); in getCallParameterTypes()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 34 , 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
|
D | SkSLCPPCodeGenerator.cpp | 196 } 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()
|
D | SkSLHCodeGenerator.cpp | 62 } else if (type == *context.fFloat4_Type || type == *context.fHalf4_Type) { in ParameterCType()
|
D | SkSLIRGenerator.cpp | 331 SkASSERT(var->fType == *fContext.fFloat4_Type); in convertVarDeclarations() 712 *fContext.fFloat4_Type, in getNormalizeSkPositionCode() 927 SkASSERT(vd.fVar->fType == *fContext.fFloat4_Type); in convertInterfaceBlock()
|
D | SkSLGLSLCodeGenerator.cpp | 649 SkASSERT(c.fArguments[1]->fType == *fContext.fFloat4_Type); in writeFunctionCall()
|
D | SkSLMetalCodeGenerator.cpp | 439 } else if (matrix.rows() == 2 && matrix.columns() == 2 && arg == *fContext.fFloat4_Type) { in getMatrixConstructHelper()
|
D | SkSLSPIRVCodeGenerator.cpp | 894 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/ |
D | SkSLIndexExpression.h | 26 case 4: return *context.fFloat4_Type; in index_type()
|
D | SkSLType.cpp | 61 case 4: return *context.fFloat4_Type; in toCompound()
|
D | SkSLSwizzle.h | 39 case 4: return *context.fFloat4_Type; in get_type()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 74 } 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/ |
D | SkParticleEffect.cpp | 94 : INHERITED(name, compiler, *compiler.context().fFloat4_Type) in SkColorCurveExternalValue() 158 : INHERITED(name, compiler, *compiler.context().fFloat4_Type) in SkPathExternalValue()
|