Lines Matching refs:packed_instr
611 union packed_instr { union
690 write_dest(write_ctx *ctx, const nir_dest *dst, union packed_instr header, in write_dest()
717 union packed_instr last_header; in write_dest()
721 union packed_instr clean_header; in write_dest()
763 union packed_instr header) in read_dest()
830 union packed_instr header; in write_alu()
902 read_alu(read_ctx *ctx, union packed_instr header) in read_alu()
1024 union packed_instr header; in write_deref()
1098 read_deref(read_ctx *ctx, union packed_instr header) in read_deref()
1189 union packed_instr header; in write_intrinsic()
1247 read_intrinsic(read_ctx *ctx, union packed_instr header) in read_intrinsic()
1310 union packed_instr header; in write_load_const()
1391 read_load_const(read_ctx *ctx, union packed_instr header) in read_load_const()
1468 union packed_instr header; in write_ssa_undef()
1480 read_ssa_undef(read_ctx *ctx, union packed_instr header) in read_ssa_undef()
1516 union packed_instr header; in write_tex()
1555 read_tex(read_ctx *ctx, union packed_instr header) in read_tex()
1592 union packed_instr header; in write_phi()
1633 read_phi(read_ctx *ctx, nir_block *blk, union packed_instr header) in read_phi()
1692 union packed_instr header; in write_jump()
1702 read_jump(read_ctx *ctx, union packed_instr header) in read_jump()
1779 STATIC_ASSERT(sizeof(union packed_instr) == 4); in read_instr()
1780 union packed_instr header; in read_instr()