Searched refs:separate_se (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_perfcounter.h153 bool separate_se; member in struct:ac_perfcounters
179 (block->b->b->flags & AC_PC_BLOCK_SE && pc->separate_se);
201 bool separate_se,
H A Dac_perfcounter.c1152 bool separate_se,
1182 pc->separate_se = separate_se;
1151 ac_init_perfcounters(const struct radeon_info * info,bool separate_se,bool separate_instance,struct ac_perfcounters * pc) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_query.h289 bool separate_se; member in struct:r600_perfcounters
H A Dr600_perfcounter.c596 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false);
619 if (pc->separate_se && (block->flags & R600_PC_BLOCK_SE))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h237 bool separate_se; member in struct:si_perfcounters
H A Dsi_perfcounter.c495 (block->b->b->flags & SI_PC_BLOCK_SE && pc->separate_se);
1318 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.h289 bool separate_se; member in struct:r600_perfcounters
H A Dr600_perfcounter.c596 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false);
619 if (pc->separate_se && (block->flags & R600_PC_BLOCK_SE))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c652 bool separate_se, separate_instance; local in function:si_init_perfcounters
654 separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false);
664 if (!ac_init_perfcounters(&screen->info, separate_se, separate_instance,

Completed in 11 milliseconds