Home
last modified time | relevance | path

Searched refs:num_constf_allowed (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c448 unsigned num_constf_allowed; member
647 if (index < 0 || index >= tx->num_constf_allowed) { in tx_lconstf()
699 FAILURE_VOID(index < 0 || index >= tx->num_constf_allowed) in tx_set_lconstf()
3634 tx->num_constf_allowed = NINE_MAX_CONST_F; in tx_ctor()
3636 tx->num_constf_allowed = 8; in tx_ctor()
3638 tx->num_constf_allowed = 32; in tx_ctor()
3640 tx->num_constf_allowed = NINE_MAX_CONST_F_PS3; in tx_ctor()
3653 tx->num_constf_allowed = 8192; in tx_ctor()

Completed in 6 milliseconds