i965/fs: Add support for nir_intrinsic_shuffle

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
Jason Ekstrand
2017-08-29 09:21:32 -07:00
parent 8256ee3fa3
commit 90c9f29518
7 changed files with 150 additions and 0 deletions

View File

@@ -471,6 +471,11 @@ private:
struct brw_reg reg,
struct brw_reg indirect_byte_offset);
void generate_shuffle(fs_inst *inst,
struct brw_reg dst,
struct brw_reg src,
struct brw_reg idx);
bool patch_discard_jumps_to_fb_writes();
const struct brw_compiler *compiler;