Searched refs:DST (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmacros.h208 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
229 #define COPY_4V( DST, SRC ) \
231 (DST)[0] = (SRC)[0]; \
232 (DST)[1] = (SRC)[1]; \
233 (DST)[2] = (SRC)[2]; \
234 (DST)[
[all...]
/external/mesa3d/src/mesa/main/
H A Dmacros.h208 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
229 #define COPY_4V( DST, SRC ) \
231 (DST)[0] = (SRC)[0]; \
232 (DST)[1] = (SRC)[1]; \
233 (DST)[2] = (SRC)[2]; \
234 (DST)[
[all...]
/external/bison/lib/
H A Dbbitset.h161 #define BITSET_CHECK2_(DST, SRC) \
162 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \
165 if (!BITSET_COMPATIBLE_ (DST, SRC1) \
166 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \
169 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
170 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
173 /* Redefine number of bits in bitset DST
[all...]
H A Dbitset.h192 /* DST = ~0. */
193 #define bitset_ones(DST) BITSET_ONES_ (DST)
195 /* DST = 0. */
196 #define bitset_zero(DST) BITSET_ZERO_ (DST)
200 /* DST = SRC. */
201 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC)
203 /* Return DST
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
H A Dfrag-dst.sh6 DST OUT[0], IN[0], IN[0]
/external/mesa3d/src/gallium/tests/graw/fragment-shader/
H A Dfrag-dst.sh6 DST OUT[0], IN[0], IN[0]
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c161 #define DST(x, y) dst[(x) + (y) * BPS] macro
286 DST(0, 3) = AVG3(J, K, L);
287 DST(0, 2) = DST(1, 3) = AVG3(I, J, K);
288 DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J);
289 DST(0, 0) = DST(1, 1) = DST(
395 #undef DST macro
[all...]
H A Denc.c198 #define DST(x, y) dst[(x) + (y) * BPS] macro
361 DST(0, 3) = AVG3(J, K, L);
362 DST(0, 2) = DST(1, 3) = AVG3(I, J, K);
363 DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J);
364 DST(0, 0) = DST(1, 1) = DST(
482 #undef DST macro
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
H A Dvert-dst.sh9 DST OUT[1], IN[1], IN[0]
/external/mesa3d/src/gallium/tests/graw/vertex-shader/
H A Dvert-dst.sh9 DST OUT[1], IN[1], IN[0]
/external/webp/src/dsp/
H A Ddec.c161 #define DST(x, y) dst[(x) + (y) * BPS] macro
286 DST(0, 3) = AVG3(J, K, L);
287 DST(0, 2) = DST(1, 3) = AVG3(I, J, K);
288 DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J);
289 DST(0, 0) = DST(1, 1) = DST(
395 #undef DST macro
[all...]
H A Denc.c198 #define DST(x, y) dst[(x) + (y) * BPS] macro
361 DST(0, 3) = AVG3(J, K, L);
362 DST(0, 2) = DST(1, 3) = AVG3(I, J, K);
363 DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J);
364 DST(0, 0) = DST(1, 1) = DST(
482 #undef DST macro
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_chan.h79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
/external/mesa3d/src/mesa/swrast/
H A Ds_chan.h79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC)
/external/chromium_org/v8/src/
H A Ddate.h116 // the points were we transition to and from DST.
118 // The following shows that using DST for (t - LocalTZA - hour) produces
121 // Consider transition to DST at local time L1.
125 // Transitioning to DST moves local clock one hour forward L1 => L2, so
129 // Note that DST(U0 - hour) = 0, DST(U0) = 0, DST(U1) = 1.
130 // U0 = L0 - LocalTZA - DST(L0 - LocalTZA - hour),
131 // U1 = L1 - LocalTZA - DST(L1 - LocalTZA - hour),
132 // U1 = L2 - LocalTZA - DST(L
[all...]
H A Ddate.cc47 void DateCache::ClearSegment(DST* segment) {
249 DST* temp = before_;
256 // before_->end_sec and before_->end_sec + default DST delta.
298 DST* temp = before_;
311 DST* before = NULL;
312 DST* after = NULL;
350 DateCache::DST* DateCache::LeastRecentlyUsedDST(DST* skip) {
351 DST* result = NULL;
/external/deqp/framework/common/
H A DtcuInterval.hpp174 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do \
177 ::tcu::Interval& VAR##_dst_ = (DST); \
195 #define TCU_SET_INTERVAL(DST, VAR, BODY) \
196 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
198 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
200 //! upper and lower bound of ARG, and DST is set to the union of these
203 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
206 ::tcu::Interval& VAR##_dst_ = (DST); \
229 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \
231 DST, P
[all...]
/external/pixman/pixman/
H A Dpixman-arm-simd-asm-scaled.S76 DST .req r1
96 str&t TMP1, [DST], #(1 << bpp_shift)
103 str&t TMP2, [DST], #(1 << bpp_shift)
142 strne&t TMP1, [DST]
145 .unreq DST
H A Dpixman-arm-simd-asm.h190 .ifc base,DST
274 * "base" - base address register of channel to preload (SRC, MASK or DST)
313 pixst cond, numbytes, firstreg, DST
355 pixst cond1, numbytes1, firstreg1, DST
356 pixst cond2, numbytes2, firstreg2, DST
362 movs SCRATCH, WK0, lsl #32-1 /* C,N = bits 1,0 of DST */
366 movs SCRATCH, WK0, lsl #32-3 /* C,N = bits 3, 2 of DST */
423 PF pld, [DST, #32*prefetch_distance - dst_alignment]
427 pixst , 16, 0, DST
438 tst DST, #1
526 add DST, DST, STRIDE_D variable
744 tst DST, #15 variable
746 rsb WK0, DST, #0 /* bits 0-3 = number of leading bytes until destination aligned */ variable
790 tst DST, #15 variable
792 rsb WK0, DST, #0 /* bits 0-3 = number of leading bytes until destination aligned */ variable
[all...]
H A Dpixman.c61 PACK (DST, DST, DST, DST),
63 PACK (OVER_REVERSE, OVER_REVERSE, DST, DST),
65 PACK (IN_REVERSE, DST, IN_REVERSE, DST),
69 PACK (ATOP_REVERSE, OVER_REVERSE, IN_REVERSE, DST),
72 PACK (SATURATE, OVER_REVERSE, DST, DS
[all...]
H A Dpixman-arm-simd-asm.S70 pixst , 16, 0, DST
71 pixst , 16, 4, DST
144 pixst cond, numbytes, 4, DST
320 pixld cond, 16, firstreg, DST, 0
325 pixld cond, numbytes, firstreg, DST, 0
367 pixld , numbytes, firstreg, DST, 0
431 pixst , numbytes, firstreg, DST
493 pixld , numbytes, firstreg, DST, 0
526 pixst , numbytes, firstreg, DST
568 pixld , numbytes, firstreg, DST,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h707 #define COPY_4V( DST, SRC ) \
709 (DST)[0] = (SRC)[0]; \
710 (DST)[1] = (SRC)[1]; \
711 (DST)[2] = (SRC)[2]; \
712 (DST)[3] = (SRC)[3]; \
718 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC)
723 #define ASSIGN_4V( DST, V0, V1, V2, V3 ) \
725 (DST)[0] = (V0); \
726 (DST)[
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h728 #define COPY_4V( DST, SRC ) \
730 (DST)[0] = (SRC)[0]; \
731 (DST)[1] = (SRC)[1]; \
732 (DST)[2] = (SRC)[2]; \
733 (DST)[3] = (SRC)[3]; \
739 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC)
744 #define ASSIGN_4V( DST, V0, V1, V2, V3 ) \
746 (DST)[0] = (V0); \
747 (DST)[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp320 SDValue DST; local
322 DST = LowerSDIV64(Op, DAG);
324 DST = LowerSDIV32(Op, DAG);
327 DST = LowerSDIV24(Op, DAG);
329 DST = SDValue(Op.getNode(), 0);
331 return DST;
338 SDValue DST; local
340 DST = LowerSREM64(Op, DAG);
342 DST = LowerSREM32(Op, DAG);
344 DST
632 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); local
737 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp320 SDValue DST; local
322 DST = LowerSDIV64(Op, DAG);
324 DST = LowerSDIV32(Op, DAG);
327 DST = LowerSDIV24(Op, DAG);
329 DST = SDValue(Op.getNode(), 0);
331 return DST;
338 SDValue DST; local
340 DST = LowerSREM64(Op, DAG);
342 DST = LowerSREM32(Op, DAG);
344 DST
632 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); local
737 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); local
[all...]

Completed in 501 milliseconds

123