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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 53 brw->state_batch_list[brw->state_batch_count].offset = offset;
54 brw->state_batch_list[brw->state_batch_count].size = size;
55 brw->state_batch_list[brw->state_batch_count].type = type;
56 brw->state_batch_count++;
86 unsigned annotation_count = 2 * brw->state_batch_count + 1;
91 for (int i = brw->state_batch_count; i-- > 0; ) {
brw_vtbl.c 191 brw->state_batch_count = 0;
brw_context.h 1055 int state_batch_count; member in struct:brw_context
    [all...]
brw_state_dump.c 550 for (i = 0; i < brw->state_batch_count; i++) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 53 brw->state_batch_list[brw->state_batch_count].offset = offset;
54 brw->state_batch_list[brw->state_batch_count].size = size;
55 brw->state_batch_list[brw->state_batch_count].type = type;
56 brw->state_batch_count++;
86 unsigned annotation_count = 2 * brw->state_batch_count + 1;
91 for (int i = brw->state_batch_count; i-- > 0; ) {
brw_vtbl.c 191 brw->state_batch_count = 0;
brw_context.h 1055 int state_batch_count; member in struct:brw_context
    [all...]
brw_state_dump.c 550 for (i = 0; i < brw->state_batch_count; i++) {

Completed in 870 milliseconds