Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c700 tx_src_scalar(struct ureg_dst dst) in tx_src_scalar() function
758 ureg_MUL(tx->ureg, dst, tx_src_scalar(tmp), src); in apply_ps1x_projection()
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()
2294 ureg_MAX(ureg, dst, ureg_imm1f(ureg, -FLT_MAX), tx_src_scalar(tmp)); in DECL_SPECIAL()
2319 struct ureg_src nrm = tx_src_scalar(tmp); in DECL_SPECIAL()
2332 struct ureg_src dp2 = tx_src_scalar(tmp); in DECL_SPECIAL()
3470 ureg_MUL(ureg, ureg_saturate(fog_factor), tx_src_scalar(fog_factor), fog_coeff); in shader_add_ps_fog_stage()
[all …]