Home
last modified time | relevance | path

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

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A 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()
90 *context.fFloat4_Type, 4); in DEF_TEST()
104 REPORTER_ASSERT(r, 16 == layout.size(*context.fFloat4_Type)); in DEF_TEST()
121 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fFloat4_Type)); in DEF_TEST()
173 *context.fFloat4_Type, 4); in DEF_TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/
H A DSkSLContext.h31 , fFloat4_Type(new Type("float4", *fFloat_Type, 4)) in Context()
140 fFloat3_Type.get(), fFloat4_Type.get() })) in Context()
166 fFloat3_Type.get(), fFloat4_Type.get() }))
170 , fGVec4_Type(new Type("$gfloat4", static_type(*fFloat4_Type)))
205 const std::unique_ptr<Type> fFloat4_Type; variable
H A DSkSLCPPCodeGenerator.cpp159 } else if (type == *fContext.fFloat4_Type || type == *fContext.fHalf4_Type) { in writeRuntimeValue()
413 } else if (var.fType == *fContext.fFloat4_Type) { in addUniform()
576 if (u->fType == *fContext.fFloat4_Type || u->fType == *fContext.fHalf4_Type) { in writeSetData()
722 } else if (param->fType == *fContext.fFloat4_Type) { in writeGetKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLContext.h32 , fFloat4_Type(new Type("float4", *fFloat_Type, 4)) in Context()
147 fFloat3_Type.get(), fFloat4_Type.get() })) in Context()
166 fFloat3_Type.get(), fFloat4_Type.get() }))
170 , fGVec4_Type(new Type("$gfloat4", static_type(*fFloat4_Type)))
204 const std::unique_ptr<Type> fFloat4_Type; variable
H A DSkSLUtil.cpp52 if (type == *context.fFloat4_Type) { *outType = kFloat4_GrSLType; return true; } in type_to_grsltype()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A 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)))
230 const std::unique_ptr<Type> fFloat4_Type; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A 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)))
230 const std::unique_ptr<Type> fFloat4_Type; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A 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)))
230 const std::unique_ptr<Type> fFloat4_Type; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A 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)))
230 const std::unique_ptr<Type> fFloat4_Type; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A 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)))
230 const std::unique_ptr<Type> fFloat4_Type; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
H A DSkSLSwizzle.h33 case 4: return *context.fFloat4_Type; in get_type()
H A DSkSLType.cpp60 case 4: return *context.fFloat4_Type; in toCompound()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp98 : SkParticleExternalValue(name, compiler, *compiler.context().fFloat4_Type) in SkPathExternalValue()
207 : SkParticleExternalValue(name, compiler, *compiler.context().fFloat4_Type) in SkBitmapExternalValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp98 : SkParticleExternalValue(name, compiler, *compiler.context().fFloat4_Type) in SkPathExternalValue()
207 : SkParticleExternalValue(name, compiler, *compiler.context().fFloat4_Type) in SkBitmapExternalValue()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
H A DSkSLType.cpp61 case 4: return *context.fFloat4_Type; in toCompound()
H A DSkSLSwizzle.h39 case 4: return *context.fFloat4_Type; in get_type()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
H A DSkSLSwizzle.h39 case 4: return *context.fFloat4_Type; in get_type()
H A DSkSLType.cpp61 case 4: return *context.fFloat4_Type; in toCompound()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/ir/
H A DSkSLIndexExpression.h26 case 4: return *context.fFloat4_Type; in index_type()

1234