HomeSort by relevance Sort by last modified time
    Searched refs:mapped_gpu_addr (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 150 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[i])
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 150 unsigned int 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;
360 // Check for a freeindex in the mapped_gpu_addr list
362 if (ctx->mapped_gpu_addr[freeindex] == 0) {
377 ctx->mapped_gpu_addr[freeindex] = (uint32) gpuaddr;
389 if (ctx->mapped_gpu_addr[mapped_idx]) {
390 LINK_c2dUnMapAddr( (void*)ctx->mapped_gpu_addr[mapped_idx]);
391 ctx->mapped_gpu_addr[mapped_idx] = 0
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 150 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[i])
    [all...]

Completed in 426 milliseconds