Home
last modified time | relevance | path

Searched refs:fFloat3x3_Type (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkSLMemoryLayoutTest.cpp32 REPORTER_ASSERT(r, 48 == layout.size(*context.fFloat3x3_Type)); in DEF_TEST()
49 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat3x3_Type)); in DEF_TEST()
115 REPORTER_ASSERT(r, 48 == layout.size(*context.fFloat3x3_Type)); in DEF_TEST()
132 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat3x3_Type)); in DEF_TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLUtil.cpp56 if (type == *context.fFloat3x3_Type) { *outType = kFloat3x3_GrSLType; return true; } in type_to_grsltype()
H A DSkSLContext.h69 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
158 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
250 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLHCodeGenerator.cpp73 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
H A DSkSLAnalysis.cpp100 } else if (lastArg->type() == *fContext.fFloat3x3_Type) { in visitExpression()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/
H A DSkSLContext.h60 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
153 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
241 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLGLSLCodeGenerator.cpp269 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeDeterminantHack()
335 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp73 case 3: return *context.fFloat3x3_Type; in toCompound()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLContext.h71 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
171 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
276 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
H A DSkSLGLSLCodeGenerator.cpp283 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeDeterminantHack()
349 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLContext.h71 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
171 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
276 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLContext.h71 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
171 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
276 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLContext.h71 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
171 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
276 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLContext.h71 , fFloat3x3_Type(new Type("float3x3", *fFloat_Type, 3, 3)) in Context()
171 fFloat3x3_Type.get(), fFloat3x4_Type.get(),
276 const std::unique_ptr<Type> fFloat3x3_Type; variable
H A DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp74 case 3: return *context.fFloat3x3_Type; in toCompound()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp74 case 3: return *context.fFloat3x3_Type; in toCompound()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp74 case 3: return *context.fFloat3x3_Type; in toCompound()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp74 case 3: return *context.fFloat3x3_Type; in toCompound()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp78 case 3: return *context.fFloat3x3_Type; in toCompound()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp74 case 3: return *context.fFloat3x3_Type; in toCompound()

12