Searched refs:hwquery (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_perfcounter.c | 115 struct r600_query_hw *hwquery, in r600_pc_query_prepare_buffer() argument 123 struct r600_query_hw *hwquery, in r600_pc_query_emit_start() argument 127 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_emit_start() 154 struct r600_query_hw *hwquery, in r600_pc_query_emit_stop() argument 158 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_emit_stop() 187 static void r600_pc_query_clear_result(struct r600_query_hw *hwquery, in r600_pc_query_clear_result() argument 190 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_clear_result() 196 struct r600_query_hw *hwquery, in r600_pc_query_add_result() argument 200 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_add_result()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_perfcounter.c | 119 struct r600_query_hw *hwquery, in r600_pc_query_prepare_buffer() argument 127 struct r600_query_hw *hwquery, in r600_pc_query_emit_start() argument 131 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_emit_start() 158 struct r600_query_hw *hwquery, in r600_pc_query_emit_stop() argument 162 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_emit_stop() 191 static void r600_pc_query_clear_result(struct r600_query_hw *hwquery, in r600_pc_query_clear_result() argument 194 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_clear_result() 200 struct r600_query_hw *hwquery, in r600_pc_query_add_result() argument 204 struct r600_query_pc *query = (struct r600_query_pc *)hwquery; in r600_pc_query_add_result()
|