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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 86 unsigned annotation_count = 2 * brw->state_batch_count + 1; local
87 drm_intel_aub_annotation annotations[annotation_count];
100 assert(a == annotation_count);
102 annotation_count);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 86 unsigned annotation_count = 2 * brw->state_batch_count + 1; local
87 drm_intel_aub_annotation annotations[annotation_count];
100 assert(a == annotation_count);
102 annotation_count);
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 113 int annotation_count = XRayFrameGetAnnotationCount(capture, frame); local
122 annotation_count,
150 int annotation_count = XRayFrameGetAnnotationCount(capture, frame); local
157 annotation_count,
xray.c 62 int annotation_count; member in struct:XRayTraceFrameEntry
88 int annotation_count; member in struct:XRayTraceCapture
404 ++capture->annotation_count;
547 return capture->frame.entry[i].annotation_count;
611 capture->annotation_count = 0;
640 capture->frame.entry[i].annotation_count = capture->annotation_count;

Completed in 77 milliseconds