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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1785 int offset_chan = vtx_id % 3; local in function:fetch_gs_input
1791 if (offset_reg == ctx->gs_rotated_input[0] && offset_chan == 2)
1792 offset_chan = 3;
1843 offset_chan = 0;
1863 offset_reg, offset_chan);
1867 offset_chan = 0;
1875 vtx.src_sel_x = offset_chan;
3826 int offset_chan = i % 3; local in function:r600_shader_from_tgsi
3830 if (offset_reg == 0 && offset_chan == 2)
3831 offset_chan
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1873 int offset_chan = vtx_id % 3; local in function:fetch_gs_input
1879 if (offset_reg == ctx->gs_rotated_input[0] && offset_chan == 2)
1880 offset_chan = 3;
1931 offset_chan = 0;
1951 offset_reg, offset_chan);
1955 offset_chan = 0;
1963 vtx.src_sel_x = offset_chan;
3915 int offset_chan = i % 3; local in function:r600_shader_from_tgsi
3919 if (offset_reg == 0 && offset_chan == 2)
3920 offset_chan
[all...]

Completed in 14 milliseconds