Home | History | Annotate | Download | only in libcopybit

Lines Matching full:freeindex

342     int freeindex = 0;
360 // Check for a freeindex in the mapped_gpu_addr list
361 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
362 if (ctx->mapped_gpu_addr[freeindex] == 0) {
377 ctx->mapped_gpu_addr[freeindex] = (uint32) gpuaddr;
378 mapped_idx = freeindex;