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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c449 unsigned num_constb_allowed; member in struct:shader_translator
680 if (index < 0 || index >= tx->num_constb_allowed) {
747 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed)
3610 tx->num_constb_allowed = 0;
3613 tx->num_constb_allowed = NINE_MAX_CONST_B;
3619 tx->num_constb_allowed = 2048;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c450 unsigned num_constb_allowed; member in struct:shader_translator
681 if (index < 0 || index >= tx->num_constb_allowed) {
748 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed)
3645 tx->num_constb_allowed = 0;
3648 tx->num_constb_allowed = NINE_MAX_CONST_B;
3655 tx->num_constb_allowed = 2048;

Completed in 20 milliseconds