Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c776 if (ureg_dst_is_undef(tx->regs.t[tx->num_scratch])) in tx_scratch()
811 if (ureg_dst_is_undef(tx->regs.r[idx])) in tx_temp_alloc()
819 if (ureg_dst_is_undef(tx->regs.address)) in tx_addr_alloc()
821 if (ureg_dst_is_undef(tx->regs.a0)) in tx_addr_alloc()
935 if (ureg_dst_is_undef(tx->regs.rL[l])) { in tx_get_loopctr()
1027 assert(!ureg_dst_is_undef(tx->regs.a0)); in tx_src_param()
1089 if (ureg_dst_is_undef(tx->regs.predicate)) { in tx_src_param()
1134 if (ureg_dst_is_undef(tx->regs.address)) in tx_src_param()
1299 if (ureg_dst_is_undef(tx->regs.tS[param->idx])) in _tx_dst_param()
1315 if (ureg_dst_is_undef(tx->regs.oPos)) in _tx_dst_param()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h1198 ureg_dst_is_undef( struct ureg_dst dst ) in ureg_dst_is_undef() function
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1231 if (!ureg_dst_is_undef(real_dst)) { in ntt_emit_alu()
1664 if (!ureg_dst_is_undef(temp)) in ntt_emit_image_load_store()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5951 if (ureg_dst_is_undef(t->temps[index])) in dst_register()
5960 if (ureg_dst_is_undef(t->arrays[array])) in dst_register()