Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c450 unsigned num_constb_allowed; member
681 if (index < 0 || index >= tx->num_constb_allowed) { in tx_lconstb()
748 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed) in tx_set_lconstb()
3645 tx->num_constb_allowed = 0; in tx_ctor()
3648 tx->num_constb_allowed = NINE_MAX_CONST_B; in tx_ctor()
3655 tx->num_constb_allowed = 2048; in tx_ctor()

Completed in 6 milliseconds