Searched refs:basex (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_tiling.h | 45 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, 49 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey,
|
| H A D | etnaviv_tiling.c | 44 unsigned dstx = basex + srcx; \ 59 unsigned srcx = basex + dstx; \ 67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, argument 83 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_tiling.h | 45 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, 49 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey,
|
| H A D | etnaviv_tiling.c | 44 unsigned dstx = basex + srcx; \ 59 unsigned srcx = basex + dstx; \ 67 etna_texture_tile(void *dest, void *src, unsigned basex, unsigned basey, argument 85 etna_texture_untile(void *dest, void *src, unsigned basex, unsigned basey, argument
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.c | 612 int basex; local in function:ComputeTitleLocation 618 basex = si->num; 621 basex = ((si->num * maxwidth) / si->denom); 624 basex += maxwidth; 632 basex -= tw / 2; 635 basex -= tw - 1; 640 if(basex > maxwidth - tw) { 641 basex = maxwidth - tw; 643 if(basex < 0) { 644 basex [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 918 int basex, basey; local in function:fullzoom 924 basex = 0; 957 dragx = basex; 961 dragx = basex; 967 dragx = basex; 973 dragx = basex + Scr->MyDisplayWidth / 2; 979 dragx = basex; 985 dragx = basex;
|
| H A D | add_window.c | 1227 int basex; local in function:ComputeTitleLocation 1235 if ((basex = si->num) == 0) { /* look for special cases */ 1238 basex = maxwidth; 1241 basex = maxwidth / 2; 1247 basex = ((si->num * maxwidth) / si->denom); 1249 basex += maxwidth; 1257 basex -= tw / 2; 1260 basex -= tw - 1; 1263 if (basex > maxwidth - tw + 1) 1264 basex [all...] |
Completed in 10 milliseconds