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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c448 unsigned num_consti_allowed; member in struct:shader_translator
663 if (index < 0 || index >= tx->num_consti_allowed) {
722 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed)
3609 tx->num_consti_allowed = 0;
3612 tx->num_consti_allowed = NINE_MAX_CONST_I;
3618 tx->num_consti_allowed = 2048;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c449 unsigned num_consti_allowed; member in struct:shader_translator
664 if (index < 0 || index >= tx->num_consti_allowed) {
723 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed)
3644 tx->num_consti_allowed = 0;
3647 tx->num_consti_allowed = NINE_MAX_CONST_I;
3654 tx->num_consti_allowed = 2048;

Completed in 11 milliseconds