Searched refs:counter_index (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_performance_query.c | 164 unsigned counter_index, in iris_get_perf_counter_info() 178 &info->counters[counter_index]; in iris_get_perf_counter_info() 162 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) iris_get_perf_counter_info() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | performance_query.c | 345 unsigned counter_index, in get_perf_counter_info() 358 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index, in get_perf_counter_info() 343 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) get_perf_counter_info() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.c | 62 const int counter_index = monitor_cfg->counters[index].counter; in crocus_get_monitor_info() local 64 &perf_cfg->queries[group].counters[counter_index]; in crocus_get_monitor_info()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 296 unsigned counter_index,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 4183 unsigned counter_index, in tc_get_intel_perf_query_counter_info() 4195 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index, in tc_get_intel_perf_query_counter_info() 4181 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) tc_get_intel_perf_query_counter_info() argument
|
Completed in 12 milliseconds