Searched refs:dw0 (Results 1 – 5 of 5) sorted by relevance
349 dst->dw0.control_index = i; in set_control_index()368 dst->dw0.data_type_index = i; in set_datatype_index()388 dst->dw0.sub_reg_index = i; in set_subreg_index()421 dst->dw0.src0_index = compacted & 0x3; in set_src0_index()477 temp.dw0.opcode = src->header.opcode; in brw_try_compact_instruction()478 temp.dw0.debug_control = src->header.debug_control; in brw_try_compact_instruction()485 temp.dw0.acc_wr_control = src->header.acc_wr_control; in brw_try_compact_instruction()486 temp.dw0.conditionalmod = src->header.destreg__conditionalmod; in brw_try_compact_instruction()488 temp.dw0.flag_subreg_nr = src->bits2.da1.flag_subreg_nr; in brw_try_compact_instruction()489 temp.dw0.cmpt_ctrl = 1; in brw_try_compact_instruction()[all …]
1482 } dw0; member
33 uint32_t dw0 = dw[i]; in decode_cf() local54 CF_WORD0_EGCM w0(dw0); in decode_cf()83 CF_WORD0_R6R7 w0(dw0); in decode_cf()111 uint32_t dw0 = dw[i++]; in decode_cf_alu() local116 CF_ALU_WORD0_ALL w0(dw0); in decode_cf_alu()144 CF_ALU_WORD0_EXT_EGCM w0(dw0); in decode_cf_alu()177 uint32_t dw0 = dw[i++]; in decode_cf_exp() local181 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); in decode_cf_exp()231 uint32_t dw0 = dw[i++]; in decode_cf_mem() local236 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); in decode_cf_mem()[all …]
209 GLuint dw0, dw1; in i915EvalLogicOpBlendState() local211 dw0 = i915->state.Ctx[I915_CTXREG_LIS5]; in i915EvalLogicOpBlendState()215 dw0 |= S5_LOGICOP_ENABLE; in i915EvalLogicOpBlendState()219 dw0 &= ~S5_LOGICOP_ENABLE; in i915EvalLogicOpBlendState()228 if (dw0 != i915->state.Ctx[I915_CTXREG_LIS5] || in i915EvalLogicOpBlendState()230 i915->state.Ctx[I915_CTXREG_LIS5] = dw0; in i915EvalLogicOpBlendState()
1654 uint32_t dw3, uint32_t dw2, uint32_t dw1, uint32_t dw0) in brw_disassemble_imm() argument1657 inst.data[0] = (((uint64_t) dw1) << 32) | ((uint64_t) dw0); in brw_disassemble_imm()