Home
last modified time | relevance | path

Searched refs:ureg_src_undef (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c151 …sn(c, TGSI_OPCODE_##op, ureg_dst_undef(), ureg_src_undef(), ureg_src_undef(), ureg_src_undef(), ur…
158 …_insn(c, TGSI_OPCODE_##op, ureg_dst_undef(), src0, ureg_src_undef(), ureg_src_undef(), ureg_src_un…
166 …ntt_insn(c, TGSI_OPCODE_##op, dst, ureg_src_undef(), ureg_src_undef(), ureg_src_undef(), ureg_src_…
174 ntt_insn(c, TGSI_OPCODE_##op, dst, src0, ureg_src_undef(), ureg_src_undef(), ureg_src_undef()); \
183 ntt_insn(c, TGSI_OPCODE_##op, dst, src0, src1, ureg_src_undef(), ureg_src_undef()); \
193 ntt_insn(c, TGSI_OPCODE_##op, dst, src0, src1, src2, ureg_src_undef()); \
1312 ureg_src_undef(), ureg_src_undef()); in ntt_emit_scalar()
1333 src[i] = ureg_src_undef(); in ntt_emit_alu()
1521 ntt_emit_scalar(c, TGSI_OPCODE_RCP, dst, src[0], ureg_src_undef()); in ntt_emit_alu()
1526 ntt_emit_scalar(c, TGSI_OPCODE_RSQ, dst, src[0], ureg_src_undef()); in ntt_emit_alu()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h1165 ureg_src_undef( void ) in ureg_src_undef() function
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c960 return ureg_src_undef(); in tx_get_loopal()
3600 tx->regs.vPos = ureg_src_undef(); in tx_ctor()
3601 tx->regs.vFace = ureg_src_undef(); in tx_ctor()
3607 tx->regs.vC[i] = ureg_src_undef(); in tx_ctor()
3609 tx->regs.vT[i] = ureg_src_undef(); in tx_ctor()
Dnine_ff.c1138 reg = ureg_src_undef(); in ps_get_ts_arg()
1349 ps.s[s] = ureg_src_undef(); in nine_ff_build_ps()