Searched refs:startSearch (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Dmm.h51 * restrict the search to free memory after 'startSearch'
56 * startSearch = linear offset from start of heap to begin search
61 int startSearch);
H A Dmm.c164 int align2, int startSearch)
178 if (startofs < startSearch) {
179 startofs = startSearch;
163 mmAllocMem(struct mem_block * heap,int size,int align2,int startSearch) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmm.h55 * restrict the search to free memory after 'startSearch'
60 * startSearch = linear offset from start of heap to begin search
64 unsigned align2, unsigned startSearch);
H A Dmm.c167 mmAllocMem(struct mem_block *heap, unsigned size, unsigned align2, unsigned startSearch) argument
181 if ( startofs < startSearch ) {
182 startofs = startSearch;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_mm.h56 * restrict the search to free memory after 'startSearch'
61 * startSearch = linear offset from start of heap to begin search
65 int startSearch);
H A Du_mm.c177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) argument
198 if ( startofs < startSearch ) {
199 startofs = startSearch;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_mm.h56 * restrict the search to free memory after 'startSearch'
61 * startSearch = linear offset from start of heap to begin search
65 int startSearch);
H A Du_mm.c177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) argument
198 if ( startofs < startSearch ) {
199 startofs = startSearch;

Completed in 7 milliseconds