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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c506 struct sm1_local_const *lconsti; member in struct:shader_translator
668 if (tx->lconsti[i].idx == index) {
669 *src = tx->lconsti[i].reg;
725 if (tx->lconsti[n].idx == index)
729 tx->lconsti = REALLOC(tx->lconsti,
730 (n + 0) * sizeof(tx->lconsti[0]),
731 (n + 8) * sizeof(tx->lconsti[0]));
732 assert(tx->lconsti);
737 tx->lconsti[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c507 struct sm1_local_const *lconsti; member in struct:shader_translator
669 if (tx->lconsti[i].idx == index) {
670 *src = tx->lconsti[i].reg;
726 if (tx->lconsti[n].idx == index)
730 tx->lconsti = REALLOC(tx->lconsti,
731 (n + 0) * sizeof(tx->lconsti[0]),
732 (n + 8) * sizeof(tx->lconsti[0]));
733 assert(tx->lconsti);
738 tx->lconsti[
[all...]

Completed in 7 milliseconds