Home
last modified time | relevance | path

Searched refs:GEN7_SO_NUM_PRIMS_WRITTEN (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dhsw_sol.c67 GEN7_SO_NUM_PRIMS_WRITTEN(i), in save_prim_start_values()
101 brw_load_register_reg64(brw, GEN7_SO_NUM_PRIMS_WRITTEN(i), HSW_CS_GPR(2)); in tally_prims_written()
Dgen6_queryobj.c106 brw_store_register_mem64(brw, bo, GEN7_SO_NUM_PRIMS_WRITTEN(stream), in write_xfb_primitives_written()
130 GEN7_SO_NUM_PRIMS_WRITTEN(stream + i), in write_xfb_overflow_streams()
Dbrw_performance_query.c1668 add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(0), 1, 1, in init_pipeline_statistic_query_registers()
1671 add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(1), 1, 1, in init_pipeline_statistic_query_registers()
1674 add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(2), 1, 1, in init_pipeline_statistic_query_registers()
1677 add_stat_reg(query, GEN7_SO_NUM_PRIMS_WRITTEN(3), 1, 1, in init_pipeline_statistic_query_registers()
Dgen6_sol.c306 GEN7_SO_NUM_PRIMS_WRITTEN(i), in brw_save_primitives_written_counters()
Dbrw_defines.h1544 #define GEN7_SO_NUM_PRIMS_WRITTEN(n) (0x5200 + (n) * 8) macro