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