Home
last modified time | relevance | path

Searched refs:weight5 (Results 1 – 25 of 57) sorted by relevance

123

/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/shaders/+glslcore/
H A Dfastblur.frag11 uniform float weight5;
21 sourceColor += texture(source5, qt_TexCoord0) * weight5;
H A Dfastglow.frag11 uniform float weight5;
27 sourceColor += texture(source5, qt_TexCoord0) * weight5;
H A Dfastinnershadow.frag12 uniform float weight5;
28 shadowColor += texture(source5, qt_TexCoord0) * weight5;
H A Dfastmaskedblur.frag41 float weight5 = w5 / sum;
48 sourceColor += texture(source5, qt_TexCoord0) * weight5;
/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/shaders/
H A Dfastblur.frag10 uniform mediump float weight5;
19 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
H A Dfastglow.frag10 uniform mediump float weight5;
25 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
H A Dfastinnershadow.frag11 uniform mediump float weight5;
26 shadowColor += texture2D(source5, qt_TexCoord0) * weight5;
H A Dfastmaskedblur.frag39 mediump float weight5 = w5 / sum;
46 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Shaders/+glslcore/
H A Dglow.frag12 uniform float weight5;
30 sourceColor += texture(source5, qt_TexCoord0) * weight5;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Shaders/
H A Dglow.frag10 uniform mediump float weight5;
26 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Shaders/+hlsl/
H A Dglow.frag9 float weight5;
36 sourceColor += source5.Sample(sourceSampler5, coord) * weight5;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/002_nestedQmlOnly/QtGraphicalEffects/private/
H A DFastGlow.qml279 property real weight5;
308 weight5 = w5 / sum;
338 if (weight5 > 0) {
340 weights.push(weight5)
364 weight5 = weights[4]
382 uniform mediump float weight5;
397 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
H A DFastInnerShadow.qml297 property real weight5;
326 weight5 = w5 / sum;
356 if (weight5 > 0) {
358 weights.push(weight5)
382 weight5 = weights[4]
401 uniform mediump float weight5;
416 shadowColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/003_packageQmlOnly/QtGraphicalEffects/private/
H A DFastGlow.qml279 property real weight5;
308 weight5 = w5 / sum;
338 if (weight5 > 0) {
340 weights.push(weight5)
364 weight5 = weights[4]
382 uniform mediump float weight5;
397 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
H A DFastInnerShadow.qml297 property real weight5;
326 weight5 = w5 / sum;
356 if (weight5 > 0) {
358 weights.push(weight5)
382 weight5 = weights[4]
401 uniform mediump float weight5;
416 shadowColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/005_compositeQmlCopyAndCpp/QtQuick/Controls/Private/
H A DFastGlow.qml279 property real weight5;
308 weight5 = w5 / sum;
338 if (weight5 > 0) {
340 weights.push(weight5)
364 weight5 = weights[4]
382 uniform mediump float weight5;
397 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/007_compositeQmlCopyAndCppAndQml/QtQuick/Controls/Private/
H A DFastGlow.qml279 property real weight5;
308 weight5 = w5 / sum;
338 if (weight5 > 0) {
340 weights.push(weight5)
364 weight5 = weights[4]
382 uniform mediump float weight5;
397 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Private/
H A DFastGlow.qml235 property real weight5;
264 weight5 = w5 / sum;
294 if (weight5 > 0) {
296 weights.push(weight5)
320 weight5 = weights[4]
/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/private/
H A DFastGlow.qml236 property real weight5;
265 weight5 = w5 / sum;
295 if (weight5 > 0) {
297 weights.push(weight5)
321 weight5 = weights[4]
H A DFastInnerShadow.qml240 property real weight5;
269 weight5 = w5 / sum;
299 if (weight5 > 0) {
301 weights.push(weight5)
325 weight5 = weights[4]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/002_nestedQmlOnly/QtGraphicalEffects/
H A DFastBlur.qml387 property real weight5
418 weight5 = w5 / sum;
448 if (weight5 > 0) {
450 weights.push(weight5)
474 weight5 = weights[4]
492 uniform mediump float weight5;
501 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/003_packageQmlOnly/QtGraphicalEffects/
H A DFastBlur.qml387 property real weight5
418 weight5 = w5 / sum;
448 if (weight5 > 0) {
450 weights.push(weight5)
474 weight5 = weights[4]
492 uniform mediump float weight5;
501 sourceColor += texture2D(source5, qt_TexCoord0) * weight5;
/dports/graphics/qt5-graphicaleffects/kde-qtgraphicaleffects-5.15.2p2/src/effects/
H A DFastBlur.qml345 property real weight5
376 weight5 = w5 / sum;
406 if (weight5 > 0) {
408 weights.push(weight5)
432 weight5 = weights[4]
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/
H A Dsugar.rs381 $weight5:expr => $item5:expr $(,)?) => {
388 ($weight5, $crate::std_facade::Arc::new($item5))))
396 $weight5:expr => $item5:expr,
404 ($weight5, $crate::std_facade::Arc::new($item5)),
413 $weight5:expr => $item5:expr,
422 ($weight5, $crate::std_facade::Arc::new($item5)),
432 $weight5:expr => $item5:expr,
442 ($weight5, $crate::std_facade::Arc::new($item5)),
453 $weight5:expr => $item5:expr,
464 ($weight5, $crate::std_facade::Arc::new($item5)),
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/
H A Dsugar.rs381 $weight5:expr => $item5:expr $(,)?) => {
388 ($weight5, $crate::std_facade::Arc::new($item5))))
396 $weight5:expr => $item5:expr,
404 ($weight5, $crate::std_facade::Arc::new($item5)),
413 $weight5:expr => $item5:expr,
422 ($weight5, $crate::std_facade::Arc::new($item5)),
432 $weight5:expr => $item5:expr,
442 ($weight5, $crate::std_facade::Arc::new($item5)),
453 $weight5:expr => $item5:expr,
464 ($weight5, $crate::std_facade::Arc::new($item5)),

123