Searched refs:counter_index (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfquery.c106 unsigned counter_index,
119 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index,
104 st_GetPerfCounterInfo(struct gl_context * ctx,unsigned query_index,unsigned counter_index,const char ** name,const char ** desc,GLuint * offset,GLuint * data_size,GLuint * type_enum,GLuint * data_type_enum,GLuint64 * raw_max) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_performance_query.c162 unsigned counter_index,
176 &info->counters[counter_index];
160 iris_get_perf_counter_info(struct pipe_context * pipe,unsigned query_index,unsigned counter_index,const char ** name,const char ** desc,uint32_t * offset,uint32_t * data_size,uint32_t * type_enum,uint32_t * data_type_enum,uint64_t * raw_max) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c62 const int counter_index = monitor_cfg->counters[index].counter; local in function:crocus_get_monitor_info
64 &perf_cfg->queries[group].counters[counter_index];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c194 unsigned counter_index,
208 &query->counters[counter_index];
192 brw_get_perf_counter_info(struct gl_context * ctx,unsigned query_index,unsigned counter_index,const char ** name,const char ** desc,GLuint * offset,GLuint * data_size,GLuint * type_enum,GLuint * data_type_enum,GLuint64 * raw_max) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h296 unsigned counter_index,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c432 unsigned counter_index,
445 &query->counters[counter_index];
430 brw_get_perf_counter_info(struct gl_context * ctx,unsigned query_index,unsigned counter_index,const char ** name,const char ** desc,GLuint * offset,GLuint * data_size,GLuint * type_enum,GLuint * data_type_enum,GLuint64 * raw_max) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c3981 unsigned counter_index,
3993 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index,
3979 tc_get_intel_perf_query_counter_info(struct pipe_context * _pipe,unsigned query_index,unsigned counter_index,const char ** name,const char ** desc,uint32_t * offset,uint32_t * data_size,uint32_t * type_enum,uint32_t * data_type_enum,uint64_t * raw_max) argument

Completed in 40 milliseconds