Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c449 unsigned num_consti_allowed; member
664 if (index < 0 || index >= tx->num_consti_allowed) { in tx_lconsti()
723 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed) in tx_set_lconsti()
3616 tx->num_consti_allowed = 0; in tx_ctor()
3619 tx->num_consti_allowed = NINE_MAX_CONST_I; in tx_ctor()
3625 tx->num_consti_allowed = 2048; in tx_ctor()