Searched defs:sub_index (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_perfcounter.c38 unsigned *base_gid, unsigned *sub_index)
48 *sub_index = index;
310 unsigned base_gid, sub_gid, sub_index; local
333 &base_gid, &sub_index);
337 sub_gid = sub_index / block->num_selectors;
338 sub_index = sub_index % block->num_selectors;
350 group->selectors[group->num_counters] = sub_index;
397 &base_gid, &sub_index);
399 sub_gid = sub_index / bloc
37 lookup_counter(struct r600_perfcounters *pc, unsigned index, unsigned *base_gid, unsigned *sub_index) argument
[all...]

Completed in 81 milliseconds