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

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 115 /* We have the region->map_refcount controlling mapping of the BO because
133 if (!region->map_refcount) {
145 region->map_refcount++;
155 if (!--region->map_refcount) {
319 assert(region->map_refcount == 0);
intel_regions.h 68 GLuint map_refcount; /**< Reference count for mapping */ member in struct:intel_region

Completed in 57 milliseconds