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 69 if (bo->cpu_map_count > 0) {
70 bo->cpu_map_count = 1;
437 assert(bo->cpu_map_count > 0);
438 bo->cpu_map_count++;
444 assert(bo->cpu_map_count == 0);
468 bo->cpu_map_count = 1;
480 assert(bo->cpu_map_count >= 0);
482 if (bo->cpu_map_count == 0) {
488 bo->cpu_map_count--;
489 if (bo->cpu_map_count > 0)
    [all...]
amdgpu_internal.h 103 int cpu_map_count; member in struct:amdgpu_bo

Completed in 248 milliseconds