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

  /xsrc/external/mit/pixman/dist/pixman/
pixman-mips-dspr2.c 178 uint32_t byte_width; local
184 byte_width = width * 2;
191 pixman_fill_buff16_mips (dst, byte_width, _xor & 0xffff);
197 byte_width = width * 4;
204 pixman_fill_buff32_mips (dst, byte_width, _xor);
232 uint32_t byte_width; local
243 byte_width = width * 2;
253 pixman_mips_fast_memcpy (dst, src, byte_width);
263 byte_width = width * 4;
273 pixman_mips_fast_memcpy (dst, src, byte_width);
    [all...]
pixman-mmx.c 2064 uint32_t byte_width; local
2078 byte_width = width;
2086 byte_width = 2 * width;
2094 byte_width = 4 * width;
2121 w = byte_width;
3253 int byte_width; local
3264 byte_width = 2 * width;
3274 byte_width = 4 * width;
3290 w = byte_width;
pixman-vmx.c 2244 uint32_t byte_width; local
2256 byte_width = width;
2267 byte_width = 2 * width;
2276 byte_width = 4 * width;
2291 w = byte_width;
pixman-sse2.c 3313 uint32_t byte_width; local
3325 byte_width = width;
3336 byte_width = 2 * width;
3345 byte_width = 4 * width;
3360 w = byte_width;
4692 int byte_width; local
4703 byte_width = 2 * width;
4713 byte_width = 4 * width;
4729 w = byte_width;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
blt.c 150 int byte_width; local
167 byte_width = width * bpp;
168 if (byte_width == src_stride && byte_width == dst_stride) {
169 byte_width *= height;
173 switch (byte_width) {
216 memcpy(dst_bytes, src_bytes, byte_width);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
blt.c 646 int byte_width; local
663 byte_width = width * bpp;
664 if (byte_width == src_stride && byte_width == dst_stride) {
665 byte_width *= height;
669 switch (byte_width) {
712 memcpy(dst_bytes, src_bytes, byte_width);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
xm_api.c 1493 int line, byte_width; local
1520 byte_width = w * ((img->bits_per_pixel + 7) / 8);
1525 byte_width);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
xm_api.c 1511 int line, byte_width; local
1538 byte_width = w * ((img->bits_per_pixel + 7) / 8);
1543 byte_width);

Completed in 18 milliseconds