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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_perfcounter.h154 bool separate_instance; member in struct:ac_perfcounters
187 (block->num_instances > 1 && pc->separate_instance);
202 bool separate_instance,
H A Dac_perfcounter.c1153 bool separate_instance,
1183 pc->separate_instance = separate_instance;
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.h290 bool separate_instance; member in struct:r600_perfcounters
H A Dr600_perfcounter.c597 pc->separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false);
621 if (pc->separate_instance && block->num_instances > 1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.h238 bool separate_instance; member in struct:si_perfcounters
H A Dsi_perfcounter.c502 (block->num_instances > 1 && pc->separate_instance);
1319 pc->separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_query.h290 bool separate_instance; member in struct:r600_perfcounters
H A Dr600_perfcounter.c597 pc->separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false);
621 if (pc->separate_instance && block->num_instances > 1)
/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
655 separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false);
664 if (!ac_init_perfcounters(&screen->info, separate_se, separate_instance,

Completed in 15 milliseconds