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
577 if (index < 0 || index >= tx->num_consti_allowed) { in tx_lconsti()
636 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed) in tx_set_lconsti()
3543 tx->num_consti_allowed = 0; in nine_translate_shader()
3546 tx->num_consti_allowed = NINE_MAX_CONST_I; in nine_translate_shader()
3552 tx->num_consti_allowed = 2048; in nine_translate_shader()