Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c509 struct sm1_local_const *lconstb; member
686 if (tx->lconstb[i].idx == index) { in tx_lconstb()
687 *src = tx->lconstb[i].reg; in tx_lconstb()
751 if (tx->lconstb[n].idx == index) in tx_set_lconstb()
755 tx->lconstb = REALLOC(tx->lconstb, in tx_set_lconstb()
756 (n + 0) * sizeof(tx->lconstb[0]), in tx_set_lconstb()
757 (n + 8) * sizeof(tx->lconstb[0])); in tx_set_lconstb()
758 assert(tx->lconstb); in tx_set_lconstb()
763 tx->lconstb[n].idx = index; in tx_set_lconstb()
764 tx->lconstb[n].reg = tx->native_integers ? in tx_set_lconstb()