Home
last modified time | relevance | path

Searched refs:batch_index (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.h34 unsigned batch_index; member
Dst_cb_perfmon.c100 cntr->batch_index = num_batch_counters; in init_perf_monitor()
304 result.batch[0] = stm->batch_result->batch[cntr->batch_index]; in st_GetPerfMonitorResult()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc955 int batch_index = 0; in PushQueued() local
957 batch[batch_index++] = queued_[index++]; in PushQueued()
958 } while ((batch_index < 4) && (index < count) && in PushQueued()
961 masm_->PushHelper(batch_index, batch[0].SizeInBytes(), in PushQueued()
978 int batch_index = 0; in PopQueued() local
980 batch[batch_index++] = queued_[index++]; in PopQueued()
981 } while ((batch_index < 4) && (index < count) && in PopQueued()
984 masm_->PopHelper(batch_index, batch[0].SizeInBytes(), in PopQueued()