Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c454 unsigned num_consti_allowed; member
576 if (index < 0 || index >= tx->num_consti_allowed) { in tx_lconsti()
635 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed) in tx_set_lconsti()
3554 tx->num_consti_allowed = 0; in nine_translate_shader()
3557 tx->num_consti_allowed = NINE_MAX_CONST_I; in nine_translate_shader()
3563 tx->num_consti_allowed = 2048; in nine_translate_shader()