Home
last modified time | relevance | path

Searched refs:out_chan (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h284 union tgsi_exec_channel *out_chan);
H A Dtgsi_exec.c2677 UNUSED union tgsi_exec_channel *out_chan) in interp_constant_offset()
2692 union tgsi_exec_channel *out_chan) in interp_linear_offset()
2697 out_chan->f[0] += delta; in interp_linear_offset()
2698 out_chan->f[1] += delta; in interp_linear_offset()
2699 out_chan->f[2] += delta; in interp_linear_offset()
2700 out_chan->f[3] += delta; in interp_linear_offset()
2732 union tgsi_exec_channel *out_chan) in interp_perspective_offset()
2738 out_chan->f[0] += delta / w[0]; in interp_perspective_offset()
2739 out_chan->f[1] += delta / w[1]; in interp_perspective_offset()
2740 out_chan in interp_perspective_offset()
2671 interp_constant_offset( UNUSED const struct tgsi_exec_machine *mach, UNUSED unsigned attrib, UNUSED unsigned chan, UNUSED float ofs_x, UNUSED float ofs_y, UNUSED union tgsi_exec_channel *out_chan) interp_constant_offset() argument
2686 interp_linear_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_linear_offset() argument
2726 interp_perspective_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_perspective_offset() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c7619 int out_chan; in tgsi_tex() local
7622 out_chan = 2; in tgsi_tex()
7632 if (out_chan == i) in tgsi_tex()
7640 out_chan = 3; in tgsi_tex()
7646 alu.dst.chan = out_chan; in tgsi_tex()
7658 alu.src[0].chan = out_chan; in tgsi_tex()

Completed in 22 milliseconds