Searched refs:base_gid (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c38 unsigned *base_gid, unsigned *sub_index)
43 *base_gid = 0;
53 *base_gid += block->num_groups;
310 unsigned base_gid, sub_gid, sub_index; local in function:r600_create_batch_query
333 &base_gid, &sub_index);
397 &base_gid, &sub_index);
520 unsigned base_gid, sub; local in function:r600_get_perfcounter_info
536 block = lookup_counter(pc, index, &base_gid, &sub);
549 info->group_id = base_gid + sub / block->num_selectors;
37 lookup_counter(struct r600_perfcounters * pc,unsigned index,unsigned * base_gid,unsigned * sub_index) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c38 unsigned *base_gid, unsigned *sub_index)
43 *base_gid = 0;
53 *base_gid += block->num_groups;
310 unsigned base_gid, sub_gid, sub_index; local in function:r600_create_batch_query
333 &base_gid, &sub_index);
397 &base_gid, &sub_index);
520 unsigned base_gid, sub; local in function:r600_get_perfcounter_info
536 block = lookup_counter(pc, index, &base_gid, &sub);
549 info->group_id = base_gid + sub / block->num_selectors;
37 lookup_counter(struct r600_perfcounters * pc,unsigned index,unsigned * base_gid,unsigned * sub_index) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c465 unsigned base_gid, sub_gid, sub_index; local in function:si_create_batch_query
487 ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index);
542 ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index);
577 unsigned base_gid, sub; local in function:si_get_perfcounter_info
592 block = ac_lookup_counter(&pc->base, index, &base_gid, &sub);
605 info->group_id = base_gid + sub / block->b->selectors;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_perfcounter.h191 unsigned index, unsigned *base_gid,
H A Dac_perfcounter.c1027 unsigned index, unsigned *base_gid,
1033 *base_gid = 0;
1043 *base_gid += block->num_groups;
1026 ac_lookup_counter(const struct ac_perfcounters * pc,unsigned index,unsigned * base_gid,unsigned * sub_index) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c507 unsigned *base_gid, unsigned *sub_index)
512 *base_gid = 0;
522 *base_gid += block->num_groups;
998 unsigned base_gid, sub_gid, sub_index; local in function:si_create_batch_query
1020 &base_gid, &sub_index);
1077 &base_gid, &sub_index);
1199 unsigned base_gid, sub; local in function:si_get_perfcounter_info
1215 block = lookup_counter(pc, index, &base_gid, &sub);
1228 info->group_id = base_gid + sub / block->b->selectors;
506 lookup_counter(struct si_perfcounters * pc,unsigned index,unsigned * base_gid,unsigned * sub_index) argument

Completed in 9 milliseconds