Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c119 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()