Searched refs:current_instance (Results 1 – 4 of 4) sorted by relevance
67 HINSTANCE current_instance; // Current instance. variable116 current_instance = instance; in InitInstance()375 DialogBox(current_instance, in WndProc()
130 int current_instance = -1; in r600_pc_query_emit_start() local138 if (group->se != current_se || group->instance != current_instance) { in r600_pc_query_emit_start()140 current_instance = group->instance; in r600_pc_query_emit_start()147 if (current_se != -1 || current_instance != -1) in r600_pc_query_emit_start()
134 int current_instance = -1; in r600_pc_query_emit_start() local142 if (group->se != current_se || group->instance != current_instance) { in r600_pc_query_emit_start()144 current_instance = group->instance; in r600_pc_query_emit_start()151 if (current_se != -1 || current_instance != -1) in r600_pc_query_emit_start()
1744 LLVMValueRef current_instance; in draw_llvm_generate() local1745 current_instance = LLVMBuildUDiv(builder, system_values.instance_id, in draw_llvm_generate()1750 current_instance, &ofbit); in draw_llvm_generate()