Searched defs:startofs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.c108 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
107 SliceBlock(struct mem_block *p, int startofs, int size, int reserved, int alignment) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmm.c99 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
98 SliceBlock(struct mem_block *p, unsigned startofs, unsigned size, unsigned reserved, unsigned alignment) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_mm.c108 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
107 SliceBlock(struct mem_block *p, int startofs, int size, int reserved, int alignment) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dmm.c99 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
98 SliceBlock(struct mem_block *p, unsigned startofs, unsigned size, unsigned reserved, unsigned alignment) argument
[all...]

Completed in 377 milliseconds