Searched refs:while_inst (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_predicated_break.cpp122 backend_instruction *while_inst = while_block->start(); local in function:opt_predicated_break
125 while_inst->opcode == BRW_OPCODE_WHILE &&
126 while_inst->predicate == BRW_PREDICATE_NONE) {
128 while_inst->predicate = jump_inst->predicate;
129 while_inst->predicate_inverse = !jump_inst->predicate_inverse;
H A Dbrw_eu_emit.c1742 brw_patch_break_cont(struct brw_codegen *p, brw_inst *while_inst) argument
1751 for (inst = while_inst - 1; inst != do_inst; inst--) {
1758 brw_inst_set_gen4_jump_count(devinfo, inst, br*((while_inst - inst) + 1));
1761 brw_inst_set_gen4_jump_count(devinfo, inst, br * (while_inst - inst));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_predicated_break.cpp190 backend_instruction *while_inst = while_block->start(); local in function:opt_predicated_break
193 while_inst->opcode == BRW_OPCODE_WHILE &&
194 while_inst->predicate == BRW_PREDICATE_NONE &&
197 while_inst->predicate = jump_inst->predicate;
198 while_inst->predicate_inverse = !jump_inst->predicate_inverse;
H A Dbrw_eu_emit.c1872 brw_patch_break_cont(struct brw_codegen *p, brw_inst *while_inst) argument
1881 for (inst = while_inst - 1; inst != do_inst; inst--) {
1888 brw_inst_set_gfx4_jump_count(devinfo, inst, br*((while_inst - inst) + 1));
1891 brw_inst_set_gfx4_jump_count(devinfo, inst, br * (while_inst - inst));

Completed in 13 milliseconds