Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c455 unsigned num_constb_allowed; member
594 if (index < 0 || index >= tx->num_constb_allowed) { in tx_lconstb()
661 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed) in tx_set_lconstb()
3544 tx->num_constb_allowed = 0; in nine_translate_shader()
3547 tx->num_constb_allowed = NINE_MAX_CONST_B; in nine_translate_shader()
3553 tx->num_constb_allowed = 2048; in nine_translate_shader()