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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c134 int current_instance = -1; local in function:r600_pc_query_emit_start
142 if (group->se != current_se || group->instance != current_instance) {
144 current_instance = group->instance;
151 if (current_se != -1 || current_instance != -1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_perfcounter.c134 int current_instance = -1; local in function:r600_pc_query_emit_start
142 if (group->se != current_se || group->instance != current_instance) {
144 current_instance = group->instance;
151 if (current_se != -1 || current_instance != -1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c244 int current_instance = -1; local in function:si_pc_query_resume
258 if (group->se != current_se || group->instance != current_instance) {
260 current_instance = group->instance;
267 if (current_se != -1 || current_instance != -1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c776 int current_instance = -1; local in function:si_pc_query_resume
788 if (group->se != current_se || group->instance != current_instance) {
790 current_instance = group->instance;
797 if (current_se != -1 || current_instance != -1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1744 LLVMValueRef current_instance; local in function:draw_llvm_generate
1745 current_instance = LLVMBuildUDiv(builder, system_values.instance_id,
1750 current_instance, &ofbit);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c2149 LLVMValueRef current_instance; local in function:draw_llvm_generate
2150 current_instance = LLVMBuildUDiv(builder, system_values.instance_id,
2155 current_instance, &ofbit);

Completed in 16 milliseconds