Searched defs:r600_perfcounters (Results 1 – 1 of 1) sorted by relevance
254 struct r600_perfcounters { struct255 unsigned num_groups;256 unsigned num_blocks;257 struct r600_perfcounter_block *blocks;259 unsigned num_start_cs_dwords;260 unsigned num_stop_cs_dwords;261 unsigned num_instance_cs_dwords;262 unsigned num_shaders_cs_dwords;264 unsigned num_shader_types;265 const char * const *shader_type_suffixes;[all …]