Searched refs:v_consecutive (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 473 struct ureg_src v_consecutive; /* copy in temp array of ps inputs for rel addressing */ member 1068 if (ureg_src_is_undef(tx->regs.v_consecutive)) { in tx_src_param() 1070 tx->regs.v_consecutive = ureg_src(ureg_DECL_array_temporary(ureg, 10, 0)); in tx_src_param() 1073 ureg_MOV(ureg, ureg_dst_array_offset(ureg_dst(tx->regs.v_consecutive), i), tx->regs.v[i]); in tx_src_param() 1075 ureg_MOV(ureg, ureg_dst_array_offset(ureg_dst(tx->regs.v_consecutive), i), ureg_imm4f(ureg, 0.0f, 0.0f, 0.0f, 1.0f)); in tx_src_param() 1078 src = ureg_src_array_offset(tx->regs.v_consecutive, param->idx); in tx_src_param()
|
Completed in 10 milliseconds