Searched refs:mapped_gpu_addr (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp148 uintptr_t mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit member in struct:copybit_context_t
234 if (ctx->mapped_gpu_addr[i]) {
235 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[i]);
236 ctx->mapped_gpu_addr[i] = 0;
359 // Check for a freeindex in the mapped_gpu_addr list
361 if (ctx->mapped_gpu_addr[freeindex] == 0) {
376 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
388 if (ctx->mapped_gpu_addr[mapped_idx]) {
389 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
390 ctx->mapped_gpu_addr[mapped_id
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp148 uintptr_t mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit member in struct:copybit_context_t
234 if (ctx->mapped_gpu_addr[i]) {
235 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[i]);
236 ctx->mapped_gpu_addr[i] = 0;
364 // Check for a freeindex in the mapped_gpu_addr list
366 if (ctx->mapped_gpu_addr[freeindex] == 0) {
381 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
393 if (ctx->mapped_gpu_addr[mapped_idx]) {
394 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
395 ctx->mapped_gpu_addr[mapped_id
[all...]
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp147 uintptr_t mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit member in struct:copybit_context_t
233 if (ctx->mapped_gpu_addr[i]) {
234 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[i]);
235 ctx->mapped_gpu_addr[i] = 0;
363 // Check for a freeindex in the mapped_gpu_addr list
365 if (ctx->mapped_gpu_addr[freeindex] == 0) {
380 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
392 if (ctx->mapped_gpu_addr[mapped_idx]) {
393 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
394 ctx->mapped_gpu_addr[mapped_id
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp150 unsigned int mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit member in struct:copybit_context_t
234 if (ctx->mapped_gpu_addr[i]) {
235 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[i]);
236 ctx->mapped_gpu_addr[i] = 0;
361 if (ctx->mapped_gpu_addr[i] == 0) {
362 ctx->mapped_gpu_addr[i] = (uint32) gpuaddr;
378 if (ctx->mapped_gpu_addr[mapped_idx]) {
379 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
380 ctx->mapped_gpu_addr[mapped_idx] = 0;
663 if (ctx->mapped_gpu_addr[
[all...]
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp147 uintptr_t mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit member in struct:copybit_context_t
233 if (ctx->mapped_gpu_addr[i]) {
234 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[i]);
235 ctx->mapped_gpu_addr[i] = 0;
365 // Check for a freeindex in the mapped_gpu_addr list
367 if (ctx->mapped_gpu_addr[freeindex] == 0) {
382 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
394 if (ctx->mapped_gpu_addr[mapped_idx]) {
395 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
396 ctx->mapped_gpu_addr[mapped_id
[all...]
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp148 uintptr_t mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit member in struct:copybit_context_t
236 if (ctx->mapped_gpu_addr[i]) {
237 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[i]);
238 ctx->mapped_gpu_addr[i] = 0;
363 // Check for a freeindex in the mapped_gpu_addr list
365 if (ctx->mapped_gpu_addr[freeindex] == 0) {
380 ctx->mapped_gpu_addr[freeindex] = (size_t)gpuaddr;
392 if (ctx->mapped_gpu_addr[mapped_idx]) {
393 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
394 ctx->mapped_gpu_addr[mapped_id
[all...]

Completed in 59 milliseconds