Searched refs:tx_src_scalar (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 795 tx_src_scalar(struct ureg_dst dst) in tx_src_scalar() function 873 ureg_MUL(tx->ureg, dst, tx_src_scalar(tmp), src); in apply_ps1x_projection() 1833 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1837 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1912 tx_src_scalar(tmp)); in DECL_SPECIAL() 1914 tx_src_scalar(tmp)); in DECL_SPECIAL() 1954 ureg_IF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 1958 ureg_UIF(ureg, tx_src_scalar(tmp), tx_cond(tx)); in DECL_SPECIAL() 2409 tx_src_scalar(tmp), ureg_imm1f(tx->ureg, 1.0f)); in DECL_SPECIAL() 2478 ureg_MOV(ureg, dst, tx_src_scalar(tmp)); in DECL_SPECIAL() [all …]
|