Searched refs:destreg__conditionalmod (Results 1 – 7 of 7) sorted by relevance
413 inst->header.destreg__conditionalmod = sfid; in brw_set_message_descriptor()720 if (p->current->header.destreg__conditionalmod) { in brw_next_insn()721 p->current->header.destreg__conditionalmod = 0; in brw_next_insn()875 rnd->header.destreg__conditionalmod = BRW_CONDITIONAL_R; \1142 insn->header.destreg__conditionalmod = conditional; in gen6_IF()1617 insn->header.destreg__conditionalmod = conditional; in brw_CMP()1695 insn->header.destreg__conditionalmod = function; in brw_math()1707 insn->header.destreg__conditionalmod = msg_reg_nr; in brw_math()1766 insn->header.destreg__conditionalmod = function; in brw_math2()1793 insn->header.destreg__conditionalmod = function; in brw_math_16()[all …]
236 const int mrf_start = inst->header.destreg__conditionalmod; in brw_is_mrf_written_send()279 read_start = inst->header.destreg__conditionalmod; in brw_is_mrf_read()282 read_start = inst->header.destreg__conditionalmod + 1; in brw_is_mrf_read()
94 p->current->header.destreg__conditionalmod = conditional; in brw_set_conditionalmod()
568 send->header.destreg__conditionalmod = inst->base_mrf; in generate_scratch_read()638 send->header.destreg__conditionalmod = inst->base_mrf; in generate_scratch_write()701 send->header.destreg__conditionalmod = inst->base_mrf; in generate_pull_constant_load()
1088 inst->header.destreg__conditionalmod, NULL); in brw_disasm()1092 inst->header.destreg__conditionalmod, NULL); in brw_disasm()1101 format (file, " %d", inst->header.destreg__conditionalmod); in brw_disasm()1147 target = inst->header.destreg__conditionalmod; in brw_disasm()
2119 assert(hw_insn->header.destreg__conditionalmod == 0); in brw_old_vs_emit()2120 hw_insn->header.destreg__conditionalmod = BRW_CONDITIONAL_NZ; in brw_old_vs_emit()
956 GLuint destreg__conditionalmod:4; member