Home | History | Annotate | Download | only in i965

Lines Matching refs:exec_count

97    batch->exec_count = 0;
127 if (index < batch->exec_count && batch->exec_bos[index] == bo)
131 for (index = 0; index < batch->exec_count; index++) {
138 if (batch->exec_count == batch->exec_array_size) {
148 batch->validation_list[batch->exec_count] =
156 bo->index = batch->exec_count;
157 batch->exec_bos[batch->exec_count] = bo;
160 return batch->exec_count++;
231 brw->batch.saved.exec_count = brw->batch.exec_count;
237 for (int i = brw->batch.saved.exec_count;
238 i < brw->batch.exec_count; i++) {
243 brw->batch.exec_count = brw->batch.saved.exec_count;
258 for (int i = 0; i < batch->exec_count; i++) {
367 assert(bo->index < batch->exec_count);
685 for (int i = 0; i < brw->batch.exec_count; i++) {
691 brw->batch.exec_count = 0;
842 .buffer_count = batch->exec_count,
866 for (int i = 0; i < batch->exec_count; i++) {
933 if (state_index < batch->exec_count &&
953 const unsigned index = batch->exec_count - 1;
1021 brw->batch.exec_count,
1051 if (index < batch->exec_count && batch->exec_bos[index] == bo)
1054 for (int i = 0; i < batch->exec_count; i++) {