Searched refs:GEN7_SO_NUM_PRIMS_WRITTEN (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | hsw_sol.c | 67 GEN7_SO_NUM_PRIMS_WRITTEN(i), in save_prim_start_values() 102 GEN7_SO_NUM_PRIMS_WRITTEN(i)); in tally_prims_written()
|
D | gen6_queryobj.c | 105 brw_store_register_mem64(brw, bo, GEN7_SO_NUM_PRIMS_WRITTEN(stream), in write_xfb_primitives_written() 129 GEN7_SO_NUM_PRIMS_WRITTEN(stream + i), in write_xfb_overflow_streams()
|
D | gen6_sol.c | 305 GEN7_SO_NUM_PRIMS_WRITTEN(i), in brw_save_primitives_written_counters()
|
D | brw_defines.h | 1534 #define GEN7_SO_NUM_PRIMS_WRITTEN(n) (0x5200 + (n) * 8) macro
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf_regs.h | 60 #define GEN7_SO_NUM_PRIMS_WRITTEN(n) (0x5200 + (n) * 8) macro
|
D | gen_perf.c | 530 gen_perf_query_add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(0), 1, 1, in load_pipeline_statistic_metrics() 533 gen_perf_query_add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(1), 1, 1, in load_pipeline_statistic_metrics() 536 gen_perf_query_add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(2), 1, 1, in load_pipeline_statistic_metrics() 539 gen_perf_query_add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(3), 1, 1, in load_pipeline_statistic_metrics()
|