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

  /external/libdrm/amdgpu/
amdgpu_bo.c 414 if (bo->cpu_map_count > 0) {
415 bo->cpu_map_count = 1;
438 assert(bo->cpu_map_count > 0);
439 bo->cpu_map_count++;
445 assert(bo->cpu_map_count == 0);
469 bo->cpu_map_count = 1;
481 assert(bo->cpu_map_count >= 0);
483 if (bo->cpu_map_count == 0) {
489 bo->cpu_map_count--;
490 if (bo->cpu_map_count > 0)
    [all...]
amdgpu_internal.h 103 int cpu_map_count; member in struct:amdgpu_bo

Completed in 78 milliseconds