Home
last modified time | relevance | path

Searched refs:ps_get_ts_arg (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.c1105 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) in ps_get_ts_arg() function
1483 if (used_c & 0x1) arg[0] = ps_get_ts_arg(&ps, colorarg[0]); in nine_ff_build_ps()
1484 if (used_c & 0x2) arg[1] = ps_get_ts_arg(&ps, colorarg[1]); in nine_ff_build_ps()
1485 if (used_c & 0x4) arg[2] = ps_get_ts_arg(&ps, colorarg[2]); in nine_ff_build_ps()
1491 if (used_a & 0x1) arg[0] = ps_get_ts_arg(&ps, alphaarg[0]); in nine_ff_build_ps()
1492 if (used_a & 0x2) arg[1] = ps_get_ts_arg(&ps, alphaarg[1]); in nine_ff_build_ps()
1493 if (used_a & 0x4) arg[2] = ps_get_ts_arg(&ps, alphaarg[2]); in nine_ff_build_ps()