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.c855 tx_cond(struct shader_translator *tx) in tx_cond() function
1691 ureg_IF(ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1693 ureg_UIF(ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1726 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1730 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1835 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1839 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL()
1877 ureg_UIF(tx->ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1879 ureg_IF(tx->ureg, src, tx_cond(tx)); in DECL_SPECIAL()
1908 ureg_IF(tx->ureg, ureg_scalar(ureg_src(tmp), TGSI_SWIZZLE_X), tx_cond(tx)); in DECL_SPECIAL()
[all …]