/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_mm.c | 108 int startofs, int size, 114 if (startofs > p->ofs) { 118 newblock->ofs = startofs; 119 newblock->size = p->size - (startofs - p->ofs); 142 newblock->ofs = startofs + size; 181 int startofs = 0; local 194 startofs = (p->ofs + mask) & ~mask; 195 if ( startofs < startSearch ) { 196 startofs = startSearch; 198 endofs = startofs+size [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mm.c | 99 unsigned startofs, unsigned size, 105 if (startofs > p->ofs) { 109 newblock->ofs = startofs; 110 newblock->size = p->size - (startofs - p->ofs); 133 newblock->ofs = startofs + size; 172 unsigned startofs = 0; local 181 startofs = (p->ofs + mask) & ~mask; 182 if ( startofs < startSearch ) { 183 startofs = startSearch; 185 endofs = startofs+size [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_mm.c | 108 int startofs, int size, 114 if (startofs > p->ofs) { 118 newblock->ofs = startofs; 119 newblock->size = p->size - (startofs - p->ofs); 142 newblock->ofs = startofs + size; 181 int startofs = 0; local 194 startofs = (p->ofs + mask) & ~mask; 195 if ( startofs < startSearch ) { 196 startofs = startSearch; 198 endofs = startofs+size [all...] |
/external/mesa3d/src/mesa/main/ |
mm.c | 99 unsigned startofs, unsigned size, 105 if (startofs > p->ofs) { 109 newblock->ofs = startofs; 110 newblock->size = p->size - (startofs - p->ofs); 133 newblock->ofs = startofs + size; 172 unsigned startofs = 0; local 181 startofs = (p->ofs + mask) & ~mask; 182 if ( startofs < startSearch ) { 183 startofs = startSearch; 185 endofs = startofs+size [all...] |
/hardware/intel/img/libdrm/libdrm/intel/ |
mm.c | 97 int startofs, int size, 103 if (startofs > p->ofs) { 107 newblock->ofs = startofs; 108 newblock->size = p->size - (startofs - p->ofs); 131 newblock->ofs = startofs + size; 170 int startofs = 0; local 179 startofs = (p->ofs + mask) & ~mask; 180 if ( startofs < startSearch ) { 181 startofs = startSearch; 183 endofs = startofs+size [all...] |