Searched refs:_sel (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | freedreno_perfcntr.h | 102 #define COUNTER(_sel, _lo, _hi) { \ argument 103 .select_reg = REG(_sel), .counter_reg_lo = REG(_lo), \ 107 #define COUNTER2(_sel, _lo, _hi, _en, _clr) { \ argument 108 .select_reg = REG(_sel), .counter_reg_lo = REG(_lo), \
|