Searched refs:vertexblend (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.c | 47 uint32_t vertexblend : 3; member 412 if (key->vertexblend || key->passthrough & (1 << NINE_DECLUSAGE_BLENDWEIGHT)) in nine_ff_build_vs() 435 if (key->lighting || key->vertexblend) in nine_ff_build_vs() 468 } else if (key->vertexblend) { in nine_ff_build_vs() 489 for (i = 0; i < key->vertexblend; ++i) { in nine_ff_build_vs() 512 if (i < (key->vertexblend - 1)) { in nine_ff_build_vs() 523 ureg_MAD(ureg, aVtx_dst, ureg_src(tmp), ureg_scalar(ureg_src(sum_blendweights), key->vertexblend - 1), ureg_src(aVtx_dst)); in nine_ff_build_vs() 525 ureg_MAD(ureg, aNrm_dst, ureg_src(tmp2), ureg_scalar(ureg_src(sum_blendweights), key->vertexblend - 1), ureg_src(aNrm_dst)); in nine_ff_build_vs() 1658 case D3DVBF_0WEIGHTS: key.vertexblend = key.vertexblend_indexed; break; in nine_ff_get_vs() 1659 case D3DVBF_1WEIGHTS: key.vertexblend in nine_ff_get_vs() [all...] |
Completed in 6 milliseconds