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

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_linetemp.h 77 GLint xstep, ystep; local
177 xstep = -1;
186 xstep = 1;
318 x0 += xstep;
371 x0 += xstep;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_linetemp.h 77 GLint xstep, ystep; local
177 xstep = -1;
186 xstep = 1;
318 x0 += xstep;
371 x0 += xstep;
  /xsrc/external/mit/libdrm/dist/tests/util/
pattern.c 361 unsigned int xstep = cs * xsub; local
410 for (x = 0; x < width; x += xstep)
411 write_pixels_10bpp(&uv_mem[(x * 5) / xstep],
420 for (x = 0; x < width; x += xstep)
421 write_pixels_10bpp(&uv_mem[(x * 5) / xstep],
430 for (x = 0; x < width * 5 / 7; x += xstep)
431 write_pixels_10bpp(&uv_mem[(x * 5) / xstep],
436 for (; x < width * 6 / 7; x += xstep)
437 write_pixels_10bpp(&uv_mem[(x * 5) / xstep],
442 for (; x < width; x += xstep)
1484 unsigned int xstep = cs * xsub; local
2008 unsigned int xstep = cs * xsub; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_setup.c 1008 int xstep, ystep; local
1035 xstep = -1;
1038 xstep = 1;
1085 x0 += xstep;
1111 x0 += xstep;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 874 int64_t xstep[MAX_PLANES]; local
893 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER);
957 cx[i] += xstep[i];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_setup.c 1086 int xstep, ystep; local
1112 xstep = -1;
1115 xstep = 1;
1162 x0 += xstep;
1188 x0 += xstep;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 903 int64_t xstep[MAX_PLANES]; local
922 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER);
987 cx[i] += xstep[i];

Completed in 12 milliseconds