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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 55 brw->state_batch_list[brw->state_batch_count].offset = offset;
56 brw->state_batch_list[brw->state_batch_count].size = size;
57 brw->state_batch_list[brw->state_batch_count].type = type;
58 brw->state_batch_list[brw->state_batch_count].index = index;
59 brw->state_batch_count++;
87 unsigned annotation_count = 2 * brw->state_batch_count + 1;
92 for (int i = brw->state_batch_count; i-- > 0; ) {
intel_batchbuffer.c 209 brw->state_batch_count = 0;
brw_context.h 1146 int state_batch_count; member in struct:brw_context
    [all...]
brw_state_dump.c 725 for (i = 0; i < brw->state_batch_count; i++) {

Completed in 2733 milliseconds