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

/external/libdrm/intel/
H A Dintel_bufmgr_gem.c256 drm_intel_aub_annotation *aub_annotations; member in struct:_drm_intel_bo_gem
781 bo_gem->aub_annotations = NULL;
1070 free(bo_gem->aub_annotations);
2166 &bo_gem->aub_annotations[i];
3327 count > 0 ? realloc(bo_gem->aub_annotations, size) : NULL;
3329 free(bo_gem->aub_annotations);
3330 bo_gem->aub_annotations = NULL;
3335 bo_gem->aub_annotations = new_annotations;

Completed in 48 milliseconds