Searched refs:freeindex (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp341 int freeindex = 0; local
359 // Check for a freeindex in the mapped_gpu_addr list
360 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
361 if (ctx->mapped_gpu_addr[freeindex] == 0) {
376 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
377 mapped_idx = freeindex;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp346 int freeindex = 0; local
364 // Check for a freeindex in the mapped_gpu_addr list
365 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
366 if (ctx->mapped_gpu_addr[freeindex] == 0) {
381 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
382 mapped_idx = freeindex;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp342 int freeindex = 0; local
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;

Completed in 1144 milliseconds