Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c864 tx_cond(struct shader_translator *tx) in tx_cond() function
1683 ureg_IF(ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1685 ureg_UIF(ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1718 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1722 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1823 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1827 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1865 ureg_UIF(tx->ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1867 ureg_IF(tx->ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1896 ureg_IF(tx->ureg, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X), tx_cond(tx)); in DECL_SPECIAL()
[all …]