Searched refs:freeindex (Results 1 - 7 of 7) 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/msm8909/libcopybit/
H A Dcopybit_c2d.cpp345 int freeindex = 0; local
363 // Check for a freeindex in the mapped_gpu_addr list
364 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
365 if (ctx->mapped_gpu_addr[freeindex] == 0) {
380 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
381 mapped_idx = freeindex;
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp347 int freeindex = 0; local
365 // Check for a freeindex in the mapped_gpu_addr list
366 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
367 if (ctx->mapped_gpu_addr[freeindex] == 0) {
382 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
383 mapped_idx = freeindex;
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp350 int freeindex = 0; local
363 // Check for a freeindex in the mapped_gpu_addr list
364 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
365 if (ctx->mapped_gpu_addr[freeindex] == 0) {
380 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
381 mapped_idx = freeindex;
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp350 int freeindex = 0; local
363 // Check for a freeindex in the mapped_gpu_addr list
364 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
365 if (ctx->mapped_gpu_addr[freeindex] == 0) {
380 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
381 mapped_idx = freeindex;
/hardware/qcom/display/sdm845/libcopybit/
H A Dcopybit_c2d.cpp350 int freeindex = 0; local
363 // Check for a freeindex in the mapped_gpu_addr list
364 for (freeindex = 0; freeindex < MAX_SURFACES; freeindex++) {
365 if (ctx->mapped_gpu_addr[freeindex] == 0) {
380 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
381 mapped_idx = freeindex;

Completed in 68 milliseconds