Searched refs:CondMask (Results 1 – 14 of 14) sorted by relevance
576 if (dstReg->CondMask != COND_TR) { in fprint_dst_reg()578 _mesa_condcode_string(dstReg->CondMask), in fprint_dst_reg()770 _mesa_condcode_string(inst->DstReg.CondMask), in _mesa_fprint_instruction_opt()786 _mesa_condcode_string(inst->DstReg.CondMask), in _mesa_fprint_instruction_opt()800 _mesa_condcode_string(inst->DstReg.CondMask), in _mesa_fprint_instruction_opt()823 _mesa_condcode_string(inst->DstReg.CondMask), in _mesa_fprint_instruction_opt()856 _mesa_condcode_string(inst->DstReg.CondMask), in _mesa_fprint_instruction_opt()
670 dstReg->CondMask = COND_EQ; in Parse_CondCodeMask()672 dstReg->CondMask = COND_GE; in Parse_CondCodeMask()674 dstReg->CondMask = COND_GT; in Parse_CondCodeMask()676 dstReg->CondMask = COND_LE; in Parse_CondCodeMask()678 dstReg->CondMask = COND_LT; in Parse_CondCodeMask()680 dstReg->CondMask = COND_NE; in Parse_CondCodeMask()682 dstReg->CondMask = COND_TR; in Parse_CondCodeMask()684 dstReg->CondMask = COND_FL; in Parse_CondCodeMask()947 dstReg->CondMask = COND_TR; in Parse_MaskedDstReg()
459 const GLuint condMask = inst->DstReg.CondMask; in eval_condition()503 if (dstReg->CondMask != COND_TR) { in store_vector4()507 dstReg->CondMask)) in store_vector4()512 dstReg->CondMask)) in store_vector4()517 dstReg->CondMask)) in store_vector4()522 dstReg->CondMask)) in store_vector4()574 if (dstReg->CondMask != COND_TR) { in store_vector4ui()578 dstReg->CondMask)) in store_vector4ui()583 dstReg->CondMask)) in store_vector4ui()588 dstReg->CondMask)) in store_vector4ui()[all …]
469 $$->Base.DstReg.CondMask = $2.CondMask;638 $$.CondMask = $3.CondMask;1031 $$.CondMask = COND_TR;1068 $$.CondMask = cond;1091 $$.CondMask = cond;2329 r->CondMask = COND_TR;2351 r->CondMask = COND_TR;
317 GLuint CondMask:4; member
55 inst[i].DstReg.CondMask = COND_TR; in _mesa_init_instructions()
475 mov->DstReg.CondMask == COND_TR; in can_downward_mov_be_modifed()795 prevInst->DstReg.CondMask == COND_TR) { in _mesa_remove_extra_moves()
2824 mesa_inst->DstReg.CondMask = inst->dst.cond_mask; in get_mesa_program()
285 uint CondMask; /**< For IF/ELSE/ENDIF */ member
489 …MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->Func…3751 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()3782 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()3836 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()3840 mach->CondMask &= ~0x1; in exec_instruction()3843 mach->CondMask &= ~0x2; in exec_instruction()3846 mach->CondMask &= ~0x4; in exec_instruction()3849 mach->CondMask &= ~0x8; in exec_instruction()3861 mach->CondMask = ~mach->CondMask & prevMask; in exec_instruction()3870 mach->CondMask = mach->CondStack[--mach->CondStackTop]; in exec_instruction()[all …]
1772 if (inst->DstReg.CondMask == COND_TR) in get_predicate()1788 assert(inst->DstReg.CondMask == COND_NE); in get_predicate()1801 inst->DstReg.CondMask); in get_predicate()
141 reg.CondMask = COND_TR; in dst_reg()
592 if (inst->DstReg.CondMask == COND_TR) { in upload_program()607 inst->DstReg.CondMask); in upload_program()
547 dst->CondMask = COND_TR; /* always pass cond test */ in emit_dst()