Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A 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()
3644 tx->num_consti_allowed = 0; in tx_ctor()
3647 tx->num_consti_allowed = NINE_MAX_CONST_I; in tx_ctor()
3654 tx->num_consti_allowed = 2048; in tx_ctor()

Completed in 7 milliseconds