Searched refs:colorarg_b5 (Results 1 – 1 of 1) sorted by relevance
118 uint8_t colorarg_b5[3]; member1466 …] = (key->ts[s].colorarg0 | ((key->colorarg_b4[0] >> s) << 4) | ((key->colorarg_b5[0] >> s) << 5))… in nine_ff_build_ps()1467 …] = (key->ts[s].colorarg1 | ((key->colorarg_b4[1] >> s) << 4) | ((key->colorarg_b5[1] >> s) << 5))… in nine_ff_build_ps()1468 …] = (key->ts[s].colorarg2 | ((key->colorarg_b4[2] >> s) << 4) | ((key->colorarg_b5[2] >> s) << 5))… in nine_ff_build_ps()1772 … if (used_c & 0x1) key.colorarg_b5[0] |= (context->ff.tex_stage[s][D3DTSS_COLORARG0] >> 5) << s; in nine_ff_get_ps()1774 … if (used_c & 0x2) key.colorarg_b5[1] |= (context->ff.tex_stage[s][D3DTSS_COLORARG1] >> 5) << s; in nine_ff_get_ps()1776 … if (used_c & 0x4) key.colorarg_b5[2] |= (context->ff.tex_stage[s][D3DTSS_COLORARG2] >> 5) << s; in nine_ff_get_ps()