Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c507 struct sm1_local_const *lconsti; member
669 if (tx->lconsti[i].idx == index) { in tx_lconsti()
670 *src = tx->lconsti[i].reg; in tx_lconsti()
726 if (tx->lconsti[n].idx == index) in tx_set_lconsti()
730 tx->lconsti = REALLOC(tx->lconsti, in tx_set_lconsti()
731 (n + 0) * sizeof(tx->lconsti[0]), in tx_set_lconsti()
732 (n + 8) * sizeof(tx->lconsti[0])); in tx_set_lconsti()
733 assert(tx->lconsti); in tx_set_lconsti()
738 tx->lconsti[ in tx_set_lconsti()
[all...]

Completed in 4 milliseconds