Lines Matching refs:index
160 if (measure_batch->index == config->batch_size) {
176 unsigned index = measure_batch->index++;
177 assert(index < config->batch_size);
181 batch->measure->bo, index * sizeof(uint64_t), 0ull);
185 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]);
210 unsigned index = measure_batch->index++;
211 assert(index % 2 == 1);
217 index * sizeof(uint64_t), 0ull);
219 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]);
261 if (filtering && batch->index % 2 == 1) {
302 if (measure_batch->index % 2) {
366 if (measure_batch->index % 2) {
373 if (measure_batch->index == 0)