Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 25 of 5237) sorted by relevance

12345678910>>...210

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/
H A Dmacros.h232 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
253 #define COPY_4V( DST, SRC ) \
255 (DST)[0] = (SRC)[0]; \
256 (DST)[1] = (SRC)[1]; \
282 #define COPY_SZ_4V(DST, SZ, SRC) \
285 case 4: (DST)[3] = (SRC)[3]; \
286 case 3: (DST)[2] = (SRC)[2]; \
287 case 2: (DST)[1] = (SRC)[1]; \
288 case 1: (DST)[0] = (SRC)[0]; \
389 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
307 #define COPY_SZ_4V(DST, SZ, SRC) \
310 case 4: (DST)[3] = (SRC)[3]; \
311 case 3: (DST)[2] = (SRC)[2]; \
312 case 2: (DST)[1] = (SRC)[1]; \
313 case 1: (DST)[0] = (SRC)[0]; \
405 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/
H A Dmacros.h232 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
253 #define COPY_4V( DST, SRC ) \
255 (DST)[0] = (SRC)[0]; \
256 (DST)[1] = (SRC)[1]; \
282 #define COPY_SZ_4V(DST, SZ, SRC) \
285 case 4: (DST)[3] = (SRC)[3]; \
286 case 3: (DST)[2] = (SRC)[2]; \
287 case 2: (DST)[1] = (SRC)[1]; \
288 case 1: (DST)[0] = (SRC)[0]; \
389 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
307 #define COPY_SZ_4V(DST, SZ, SRC) \
310 case 4: (DST)[3] = (SRC)[3]; \
311 case 3: (DST)[2] = (SRC)[2]; \
312 case 2: (DST)[1] = (SRC)[1]; \
313 case 1: (DST)[0] = (SRC)[0]; \
405 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
307 #define COPY_SZ_4V(DST, SZ, SRC) \
310 case 4: (DST)[3] = (SRC)[3]; \
311 case 3: (DST)[2] = (SRC)[2]; \
312 case 2: (DST)[1] = (SRC)[1]; \
313 case 1: (DST)[0] = (SRC)[0]; \
405 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
353 #define ACC_4V( DST, SRC ) \
355 (DST)[0] += (SRC)[0]; \
356 (DST)[1] += (SRC)[1]; \
405 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dmacros.h239 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
260 #define COPY_4V( DST, SRC ) \
262 (DST)[0] = (SRC)[0]; \
263 (DST)[1] = (SRC)[1]; \
281 #define COPY_SZ_4V(DST, SZ, SRC) \
284 case 4: (DST)[3] = (SRC)[3]; \
285 case 3: (DST)[2] = (SRC)[2]; \
286 case 2: (DST)[1] = (SRC)[1]; \
287 case 1: (DST)[0] = (SRC)[0]; \
379 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dmacros.h265 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
286 #define COPY_4V( DST, SRC ) \
288 (DST)[0] = (SRC)[0]; \
289 (DST)[1] = (SRC)[1]; \
290 (DST)[2] = (SRC)[2]; \
291 (DST)[3] = (SRC)[3]; \
356 #define ACC_4V( DST, SRC ) \
358 (DST)[0] += (SRC)[0]; \
359 (DST)[1] += (SRC)[1]; \
408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dneon-thumb2-move.c12 memset (DST, C, LENGTH) in memset() argument
13 void *DST; in memset()
17 void* DST0 = DST;
24 ((char*)DST)[i] = C_BYTE;
27 return DST;
34 *(char*) (DST++) = C_BYTE;
44 DST += 4;
86 DST += i;
91 DST += 4;
96 *((char*)DST) = C_BYTE;
[all …]

12345678910>>...210