Searched refs:out_chan (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 284 union tgsi_exec_channel *out_chan);
|
| H A D | tgsi_exec.c | 2738 UNUSED union tgsi_exec_channel *out_chan) 2753 union tgsi_exec_channel *out_chan) 2758 out_chan->f[0] += delta; 2759 out_chan->f[1] += delta; 2760 out_chan->f[2] += delta; 2761 out_chan->f[3] += delta; 2793 union tgsi_exec_channel *out_chan) 2799 out_chan->f[0] += delta / w[0]; 2800 out_chan->f[1] += delta / w[1]; 2801 out_chan 2732 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) argument 2747 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) argument 2787 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) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 362 union tgsi_exec_channel *out_chan);
|
| H A D | tgsi_exec.c | 2942 UNUSED union tgsi_exec_channel *out_chan) 2957 union tgsi_exec_channel *out_chan) 2962 out_chan->f[0] += delta; 2963 out_chan->f[1] += delta; 2964 out_chan->f[2] += delta; 2965 out_chan->f[3] += delta; 2997 union tgsi_exec_channel *out_chan) 3003 out_chan->f[0] += delta / w[0]; 3004 out_chan->f[1] += delta / w[1]; 3005 out_chan 2936 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) argument 2951 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) argument 2991 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) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7516 int out_chan; local in function:tgsi_tex 7519 out_chan = 2; 7529 if (out_chan == i) 7537 out_chan = 3; 7543 alu.dst.chan = out_chan; 7555 alu.src[0].chan = out_chan;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7615 int out_chan; local in function:tgsi_tex 7618 out_chan = 2; 7628 if (out_chan == i) 7636 out_chan = 3; 7642 alu.dst.chan = out_chan; 7654 alu.src[0].chan = out_chan;
|
Completed in 38 milliseconds