Home
last modified time | relevance | path

Searched refs:_alignment (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/sys/
H A Dmath.h48 #define ucs_padding(_n, _alignment) \ argument
49 ( ((_alignment) - (_n) % (_alignment)) % (_alignment) )
51 #define ucs_align_down(_n, _alignment) \ argument
52 ( (_n) - ((_n) % (_alignment)) )
54 #define ucs_align_up(_n, _alignment) \ argument
55 ( (_n) + ucs_padding(_n, _alignment) )
57 #define ucs_align_down_pow2(_n, _alignment) \ argument
58 ( (_n) & ~((_alignment) - 1) )
60 #define ucs_align_up_pow2(_n, _alignment) \ argument
61 ucs_align_down_pow2((_n) + (_alignment) - 1, _alignment)
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/lang/clover/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/include/pipe/
H A Dp_compiler.h126 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
129 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
147 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
148 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSymbology/
H A DIconSymbol.cpp34 _alignment(rhs._alignment),
45 _alignment ( ALIGN_CENTER_BOTTOM ),
60 conf.set( "alignment", "left_top", _alignment, ALIGN_LEFT_TOP );
61 conf.set( "alignment", "left_center", _alignment, ALIGN_LEFT_CENTER );
62 conf.set( "alignment", "left_bottom", _alignment, ALIGN_LEFT_BOTTOM );
63 conf.set( "alignment", "center_top", _alignment, ALIGN_CENTER_TOP );
66 conf.set( "alignment", "right_top", _alignment, ALIGN_RIGHT_TOP );
82 conf.get( "alignment", "left_top", _alignment, ALIGN_LEFT_TOP );
83 conf.get( "alignment", "left_center", _alignment, ALIGN_LEFT_CENTER );
85 conf.get( "alignment", "center_top", _alignment, ALIGN_CENTER_TOP );
[all …]
H A DTextSymbol.cpp46 _alignment(rhs._alignment),
62 _alignment ( ALIGN_BASE_LINE ),
108 conf.set( "alignment", "left_top", _alignment, ALIGN_LEFT_TOP );
109 conf.set( "alignment", "left_center", _alignment, ALIGN_LEFT_CENTER );
110 conf.set( "alignment", "left_bottom", _alignment, ALIGN_LEFT_BOTTOM );
111 conf.set( "alignment", "center_top", _alignment, ALIGN_CENTER_TOP );
114 conf.set( "alignment", "right_top", _alignment, ALIGN_RIGHT_TOP );
123 conf.set( "alignment", "base_line", _alignment, ALIGN_BASE_LINE );
177 conf.get( "alignment", "left_top", _alignment, ALIGN_LEFT_TOP );
183 conf.get( "alignment", "right_top", _alignment, ALIGN_RIGHT_TOP );
[all …]
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/gallium/include/pipe/
H A Dp_compiler.h135 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment))) argument
138 #define PIPE_ALIGN_VAR(_alignment) __attribute__((aligned(_alignment))) argument
149 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type argument
150 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment)) argument
156 #define PIPE_ALIGN_TYPE(_alignment, _type) _type argument
157 #define PIPE_ALIGN_VAR(_alignment) argument
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_common/agnostic/common/os/
H A Dmos_defs.h138 #define MOS_IS_ALIGNED(_a, _alignment) ((((_a) & ((_alignment)-1)) == 0) ? 1 : 0) argument
144 #define MOS_ALIGN_CEIL(_a, _alignment) (((_a) + ((_alignment)-1)) & (~((_alignment)-1))) argument
150 #define MOS_ALIGN_OFFSET(_a, _alignment) ((~(_a) + 1) & (_alignment-1)) argument
156 #define MOS_ALIGN_FLOOR(_a, _alignment) ((_a) & (~((_alignment)-1))) argument
290 #define MOS_ALIGNED(_alignment) __declspec(align(_alignment)) argument
292 #define MOS_ALIGNED(_alignment) __attribute__ ((aligned(_alignment))) argument
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/os/
H A Dmos_defs.h129 #define MOS_IS_ALIGNED(_a, _alignment) ((((_a) & ((_alignment)-1)) == 0) ? 1 : 0) argument
135 #define MOS_ALIGN_CEIL(_a, _alignment) (((_a) + ((_alignment)-1)) & (~((_alignment)-1))) argument
141 #define MOS_ALIGN_OFFSET(_a, _alignment) ((~(_a) + 1) & (_alignment-1)) argument
147 #define MOS_ALIGN_FLOOR(_a, _alignment) ((_a) & (~((_alignment)-1))) argument
281 #define MOS_ALIGNED(_alignment) __declspec(align(_alignment)) argument
283 #define MOS_ALIGNED(_alignment) __attribute__ ((aligned(_alignment))) argument
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dos_defs.h147 #define GENOS_IS_ALIGNED(_a, _alignment) (((_a & (_alignment-1)) == 0) ? 1 : 0) argument
149 #define GENOS_ALIGN_CEIL(_a, _alignment) (((_a) + (_alignment-1)) & (~(_alignment-1))) argument
151 #define GENOS_ALIGN_FLOOR(_a, _alignment) ((_a) & (~(_alignment-1))) argument
182 #define GENOS_ALIGNED(_alignment) __declspec(align(_alignment)) argument
184 #define GENOS_ALIGNED(_alignment) __attribute__ ((aligned(_alignment))) argument
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/graphics/
H A Dgraphicssimpletextitem.h35 _alignment(alignment) in QGraphicsSimpleTextItem()
56 if (_alignment & Qt::AlignHCenter) in dx()
58 else if (_alignment & Qt::AlignRight) in dx()
66 if (_alignment & Qt::AlignVCenter) in dy()
68 else if (_alignment & Qt::AlignBottom) in dy()
73 int _alignment; variable
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/
H A DLogo.php74 var $_alignment; variable in Image_Graph_Logo
88 $this->_alignment = $alignment;
125 if ($this->_alignment & IMAGE_GRAPH_ALIGN_LEFT) {
128 } elseif ($this->_alignment & IMAGE_GRAPH_ALIGN_RIGHT) {
136 if ($this->_alignment & IMAGE_GRAPH_ALIGN_TOP) {
139 } elseif ($this->_alignment & IMAGE_GRAPH_ALIGN_BOTTOM) {
/dports/multimedia/zart/gmic-2.8.1/gmic-qt/src/FilterParameters/
H A DLinkParameter.cpp35 …QObject * parent) : AbstractParameter(parent, false), _label(nullptr), _alignment(Qt::AlignLeft) {} in LinkParameter()
49 _label->setAlignment(_alignment); in addTo()
81 _alignment = Qt::AlignLeft; in initFromText()
83 _alignment = Qt::AlignRight; in initFromText()
85 _alignment = Qt::AlignCenter; in initFromText()
89 _alignment = Qt::AlignCenter; in initFromText()

12345678910>>...31