Searched defs:endif_inst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c1198 struct brw_instruction *endif_inst)
1218 assert(endif_inst != NULL);
1228 assert(endif_inst->header.opcode == BRW_OPCODE_ENDIF);
1229 endif_inst->header.execution_size = if_inst->header.execution_size;
1238 if_inst->bits3.if_else.jump_count = br * (endif_inst - if_inst + 1);
1243 if_inst->bits1.branch_gen6.jump_count = br * (endif_inst - if_inst);
1245 if_inst->bits3.break_cont.uip = br * (endif_inst - if_inst);
1246 if_inst->bits3.break_cont.jip = br * (endif_inst - if_inst);
1265 else_inst->bits3.if_else.jump_count = br*(endif_inst - else_inst + 1);
1270 else_inst->bits1.branch_gen6.jump_count = br*(endif_inst
1195 patch_IF_ELSE(struct brw_compile *p, struct brw_instruction *if_inst, struct brw_instruction *else_inst, struct brw_instruction *endif_inst) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c1198 struct brw_instruction *endif_inst)
1218 assert(endif_inst != NULL);
1228 assert(endif_inst->header.opcode == BRW_OPCODE_ENDIF);
1229 endif_inst->header.execution_size = if_inst->header.execution_size;
1238 if_inst->bits3.if_else.jump_count = br * (endif_inst - if_inst + 1);
1243 if_inst->bits1.branch_gen6.jump_count = br * (endif_inst - if_inst);
1245 if_inst->bits3.break_cont.uip = br * (endif_inst - if_inst);
1246 if_inst->bits3.break_cont.jip = br * (endif_inst - if_inst);
1265 else_inst->bits3.if_else.jump_count = br*(endif_inst - else_inst + 1);
1270 else_inst->bits1.branch_gen6.jump_count = br*(endif_inst
1195 patch_IF_ELSE(struct brw_compile *p, struct brw_instruction *if_inst, struct brw_instruction *else_inst, struct brw_instruction *endif_inst) argument
[all...]

Completed in 91 milliseconds