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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_ff.c1105 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) function in typeref:struct:ureg_src
1483 if (used_c & 0x1) arg[0] = ps_get_ts_arg(&ps, colorarg[0]);
1484 if (used_c & 0x2) arg[1] = ps_get_ts_arg(&ps, colorarg[1]);
1485 if (used_c & 0x4) arg[2] = ps_get_ts_arg(&ps, colorarg[2]);
1491 if (used_a & 0x1) arg[0] = ps_get_ts_arg(&ps, alphaarg[0]);
1492 if (used_a & 0x2) arg[1] = ps_get_ts_arg(&ps, alphaarg[1]);
1493 if (used_a & 0x4) arg[2] = ps_get_ts_arg(&ps, alphaarg[2]);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_ff.c1107 ps_get_ts_arg(struct ps_build_ctx *ps, unsigned ta) function in typeref:struct:ureg_src
1489 if (used_c & 0x1) arg[0] = ps_get_ts_arg(&ps, colorarg[0]);
1490 if (used_c & 0x2) arg[1] = ps_get_ts_arg(&ps, colorarg[1]);
1491 if (used_c & 0x4) arg[2] = ps_get_ts_arg(&ps, colorarg[2]);
1497 if (used_a & 0x1) arg[0] = ps_get_ts_arg(&ps, alphaarg[0]);
1498 if (used_a & 0x2) arg[1] = ps_get_ts_arg(&ps, alphaarg[1]);
1499 if (used_a & 0x4) arg[2] = ps_get_ts_arg(&ps, alphaarg[2]);

Completed in 8 milliseconds