HomeSort by: relevance | last modified time | path
    Searched refs:abits (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm-neon-asm.h 76 .macro pixldst1 op, elem_size, reg1, mem_operand, abits
77 .if \abits > 0
78 \op\().\()\elem_size {d\()\reg1}, [\()\mem_operand\(), :\()\abits\()]!
84 .macro pixldst2 op, elem_size, reg1, reg2, mem_operand, abits
85 .if \abits > 0
86 \op\().\()\elem_size {d\()\reg1, d\()\reg2}, [\()\mem_operand\(), :\()\abits\()]!
92 .macro pixldst4 op, elem_size, reg1, reg2, reg3, reg4, mem_operand, abits
93 .if \abits > 0
94 \op\().\()\elem_size {d\()\reg1, d\()\reg2, d\()\reg3, d\()\reg4}, [\()\mem_operand\(), :\()\abits\()]!
100 .macro pixldst0 op, elem_size, reg1, idx, mem_operand, abits
146 .macro pixld numpix, bpp, basereg, mem_operand, abits=0 variable
169 .macro pixst numpix, bpp, basereg, mem_operand, abits=0 variable
    [all...]
pixman-arma64-neon-asm.h 84 .macro pixldst1 op, elem_size, reg1, mem_operand, abits
88 .macro pixldst2 op, elem_size, reg1, reg2, mem_operand, abits
92 .macro pixldst4 op, elem_size, reg1, reg2, reg3, reg4, mem_operand, abits
96 .macro pixldst0 op, elem_size, reg1, idx, mem_operand, abits, bytes variable
108 .macro pixldst numbytes, op, elem_size, basereg, mem_operand, abits
112 %(\basereg+6), %(\basereg+7), \mem_operand, \abits
115 %(\basereg+6), %(\basereg+7), \mem_operand, \abits
118 %(\basereg+6), %(\basereg+7), \mem_operand, \abits
122 pixldst2 \op, 2s, %(\basereg+2), %(\basereg+3), \mem_operand, \abits
124 pixldst2 \op, 4h, %(\basereg+2), %(\basereg+3), \mem_operand, \abits
138 pixldst0 \\op, s, %(\\basereg+0), 1, \\mem_operand, \\abits, 4 variable
140 pixldst0 \\op, h, %(\\basereg+0), 2, \\mem_operand, \\abits, 2 variable
141 pixldst0 \\op, h, %(\\basereg+0), 3, \\mem_operand, \\abits, 2 variable
143 pixldst0 \\op, b, %(\\basereg+0), 4, \\mem_operand, \\abits, 1 variable
144 pixldst0 \\op, b, %(\\basereg+0), 5, \\mem_operand, \\abits, 1 variable
145 pixldst0 \\op, b, %(\\basereg+0), 6, \\mem_operand, \\abits, 1 variable
146 pixldst0 \\op, b, %(\\basereg+0), 7, \\mem_operand, \\abits, 1 variable
150 pixldst0 \\op, h, %(\\basereg+0), 1, \\mem_operand, \\abits, 2 variable
152 pixldst0 \\op, b, %(\\basereg+0), 2, \\mem_operand, \\abits, 1 variable
153 pixldst0 \\op, b, %(\\basereg+0), 3, \\mem_operand, \\abits, 1 variable
156 pixldst0 \\op, b, %(\\basereg+0), 1, \\mem_operand, \\abits, 1 variable
162 .macro pixld numpix, bpp, basereg, mem_operand, abits=0 variable
185 .macro pixst numpix, bpp, basereg, mem_operand, abits=0 variable
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaPict.c 60 int rbits, bbits, gbits, abits; local
71 abits = PICT_FORMAT_A(format);
94 *pixel |= (alpha >> (16 - abits)) << ashift;
109 int rbits, bbits, gbits, abits; local
118 abits = PICT_FORMAT_A(format);
156 if(abits) {
157 *alpha = ((pixel >> ashift ) & ((1 << abits) - 1)) << (16 - abits);
158 while(abits < 16) {
159 *alpha |= *alpha >> abits;
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 213 int rbits, bbits, gbits, abits; local
219 abits = PICT_FORMAT_A(format);
220 if (abits == 0)
221 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
224 *pixel = alpha >> (16 - abits);
244 rshift = abits;
256 *pixel |= (alpha >> (16 - abits)) << ashift;
269 int rbits, bbits, gbits, abits; local
275 abits = PICT_FORMAT_A(format);
292 rshift = abits;
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 213 int rbits, bbits, gbits, abits; local
219 abits = PICT_FORMAT_A(format);
220 if (abits == 0)
221 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
224 *pixel = alpha >> (16 - abits);
244 rshift = abits;
256 *pixel |= (alpha >> (16 - abits)) << ashift;
269 int rbits, bbits, gbits, abits; local
275 abits = PICT_FORMAT_A(format);
292 rshift = abits;
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 212 int rbits, bbits, gbits, abits; local
218 abits = PICT_FORMAT_A(format);
219 if (abits == 0)
220 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
223 *pixel = alpha >> (16 - abits);
242 rshift = abits;
253 *pixel |= (alpha >> (16 - abits)) << ashift;
266 int rbits, bbits, gbits, abits; local
272 abits = PICT_FORMAT_A(format);
288 rshift = abits;
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-render.c 146 int rbits, bbits, gbits, abits; local
157 abits = PICT_FORMAT_A(format);
174 *pixel |= (alpha >> (16 - abits)) << ashift;
187 int rbits, bbits, gbits, abits; local
196 abits = PICT_FORMAT_A(format);
228 if (abits) {
229 *alpha = ((pixel >> ashift ) & ((1 << abits) - 1)) << (16 - abits);
230 while (abits < 16) {
231 *alpha |= *alpha >> abits;
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_render.c 148 int rbits, bbits, gbits, abits; local
160 abits = PICT_FORMAT_A(pFormat->format);
170 *pixel |= (alpha >> (16 - abits)) << ashift;
183 int rbits, bbits, gbits, abits; local
192 abits = PICT_FORMAT_A(format);
235 if (abits) {
236 *alpha = ((pixel >> ashift) & ((1 << abits) - 1)) << (16 - abits);
237 while (abits < 16) {
238 *alpha |= *alpha >> abits;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_render.c 154 int rbits, bbits, gbits, abits; local
166 abits = PICT_FORMAT_A(pFormat->format);
176 *pixel |= (alpha >> (16 - abits)) << ashift;
190 int rbits, bbits, gbits, abits; local
199 abits = PICT_FORMAT_A(format);
239 if (abits) {
240 *alpha = ((pixel >> ashift ) & ((1 << abits) - 1)) << (16 - abits);
241 while (abits < 16) {
242 *alpha |= *alpha >> abits;
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c 182 int rbits, bbits, gbits, abits; local
193 abits = PICT_FORMAT_A(format);
211 *pixel |= (alpha >> (16 - abits)) << ashift;
223 int rbits, bbits, gbits, abits; local
232 abits = PICT_FORMAT_A(format);
265 if (abits) {
266 *alpha = ((pixel >> ashift) & ((1 << abits) - 1)) << (16 - abits);
267 while (abits < 16) {
268 *alpha |= *alpha >> abits;
    [all...]
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.h 589 int rbits, bbits, gbits, abits; local
595 abits = PICT_FORMAT_A(format);
614 rshift = abits;
615 if (abits == 0)
642 if (abits)
643 COLOR_INT_TO_FLOAT(alpha, pixel, ashift, abits);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_blt.c 653 int rbits, bbits, gbits, abits; local
659 abits = PICT_FORMAT_A(format);
675 rshift = abits;
676 if (abits == 0)
711 if (abits) {
712 *alpha = ((pixel >> ashift) & ((1 << abits) - 1)) << (16 - abits);
713 while (abits < 16) {
714 *alpha |= *alpha >> abits;
715 abits <<= 1
731 int rbits, bbits, gbits, abits; local
847 unsigned int abits; local
867 unsigned int abits; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_blt.c 633 int rbits, bbits, gbits, abits; local
639 abits = PICT_FORMAT_A(format);
655 rshift = abits;
656 if (abits == 0)
691 if (abits) {
692 *alpha = ((pixel >> ashift) & ((1 << abits) - 1)) << (16 - abits);
693 while (abits < 16) {
694 *alpha |= *alpha >> abits;
695 abits <<= 1
711 int rbits, bbits, gbits, abits; local
827 unsigned int abits; local
847 unsigned int abits; local
    [all...]

Completed in 25 milliseconds