Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c510 struct sm1_local_const *lconstb; member
599 if (tx->lconstb[i].idx == index) { in tx_lconstb()
600 *src = tx->lconstb[i].reg; in tx_lconstb()
664 if (tx->lconstb[n].idx == index) in tx_set_lconstb()
668 tx->lconstb = REALLOC(tx->lconstb, in tx_set_lconstb()
669 (n + 0) * sizeof(tx->lconstb[0]), in tx_set_lconstb()
670 (n + 8) * sizeof(tx->lconstb[0])); in tx_set_lconstb()
671 assert(tx->lconstb); in tx_set_lconstb()
676 tx->lconstb[n].idx = index; in tx_set_lconstb()
677 tx->lconstb[n].reg = tx->native_integers ? in tx_set_lconstb()