Home
last modified time | relevance | path

Searched refs:ureg_dst_undef (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c85 return ureg_dst_undef(); in dst_register()
110 return ureg_dst_undef(); in dst_register()
Dst_glsl_to_tgsi.cpp5348 return ureg_dst_undef(); in dst_register()
5359 return ureg_dst_undef(); in dst_register()
5411 return ureg_dst_undef(); in dst_register()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c721 tx->regs.r[k] = ureg_dst_undef(); in tx_temp_alloc()
832 return ureg_dst_undef(); in tx_get_loopctr()
3375 tx->regs.rL[i] = ureg_dst_undef(); in tx_ctor()
3377 tx->regs.address = ureg_dst_undef(); in tx_ctor()
3378 tx->regs.a0 = ureg_dst_undef(); in tx_ctor()
3379 tx->regs.p = ureg_dst_undef(); in tx_ctor()
3380 tx->regs.oDepth = ureg_dst_undef(); in tx_ctor()
3384 tx->regs.o[i] = ureg_dst_undef(); in tx_ctor()
3386 tx->regs.oCol[i] = ureg_dst_undef(); in tx_ctor()
Dnine_ff.c1155 return ureg_dst_undef(); in ps_get_ts_dst()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h1408 ureg_dst_undef( void ) in ureg_dst_undef() function