Searched refs:array_index_offset_channel (Results 1 – 1 of 1) sorted by relevance
7563 int array_index_offset_channel = -1; in tgsi_tex() local8554 array_index_offset_channel = tex.src_sel_y; in tgsi_tex()8559 array_index_offset_channel = tex.src_sel_z; in tgsi_tex()8564 array_index_offset_channel = tex.src_sel_z; in tgsi_tex()8573 if (array_index_offset_channel >= 0 && in tgsi_tex()8578 alu.src[0].chan = array_index_offset_channel; in tgsi_tex()8582 alu.dst.chan = array_index_offset_channel; in tgsi_tex()