Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
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()
3606 tx->num_constf_allowed = NINE_MAX_CONST_F; in tx_ctor()
3608 tx->num_constf_allowed = 8; in tx_ctor()
3610 tx->num_constf_allowed = 32; in tx_ctor()
3612 tx->num_constf_allowed = NINE_MAX_CONST_F_PS3; in tx_ctor()
3624 tx->num_constf_allowed = 8192; in tx_ctor()