Searched refs:tx_cond (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 964 tx_cond(struct shader_translator *tx) in tx_cond() function 1777 ureg_IF(ureg, src, tx_cond(tx)); in DECL_SPECIAL() 1779 ureg_UIF(ureg, src, tx_cond(tx)); in DECL_SPECIAL() 1812 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1816 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1932 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1936 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1974 ureg_UIF(tx->ureg, src, tx_cond(tx)); in DECL_SPECIAL() 1976 ureg_IF(tx->ureg, src, tx_cond(tx)); in DECL_SPECIAL() 2005 ureg_IF(tx->ureg, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X), tx_cond(tx)); in DECL_SPECIAL() [all …]
|