Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c508 struct sm1_local_const *lconsti; member
582 if (tx->lconsti[i].idx == index) { in tx_lconsti()
583 *src = tx->lconsti[i].reg; in tx_lconsti()
639 if (tx->lconsti[n].idx == index) in tx_set_lconsti()
643 tx->lconsti = REALLOC(tx->lconsti, in tx_set_lconsti()
644 (n + 0) * sizeof(tx->lconsti[0]), in tx_set_lconsti()
645 (n + 8) * sizeof(tx->lconsti[0])); in tx_set_lconsti()
646 assert(tx->lconsti); in tx_set_lconsti()
651 tx->lconsti[n].idx = index; in tx_set_lconsti()
652 tx->lconsti[n].reg = tx->native_integers ? in tx_set_lconsti()