Lines Matching refs:packed_instr
615 union packed_instr { union
693 write_dest(write_ctx *ctx, const nir_dest *dst, union packed_instr header, in write_dest()
720 union packed_instr last_header; in write_dest()
725 union packed_instr clean_header; in write_dest()
768 union packed_instr header) in read_dest()
835 union packed_instr header; in write_alu()
907 read_alu(read_ctx *ctx, union packed_instr header) in read_alu()
989 union packed_instr header; in write_deref()
1061 read_deref(read_ctx *ctx, union packed_instr header) in read_deref()
1150 union packed_instr header; in write_intrinsic()
1208 read_intrinsic(read_ctx *ctx, union packed_instr header) in read_intrinsic()
1271 union packed_instr header; in write_load_const()
1352 read_load_const(read_ctx *ctx, union packed_instr header) in read_load_const()
1428 union packed_instr header; in write_ssa_undef()
1440 read_ssa_undef(read_ctx *ctx, union packed_instr header) in read_ssa_undef()
1472 union packed_instr header; in write_tex()
1509 read_tex(read_ctx *ctx, union packed_instr header) in read_tex()
1544 union packed_instr header; in write_phi()
1584 read_phi(read_ctx *ctx, nir_block *blk, union packed_instr header) in read_phi()
1647 union packed_instr header; in write_jump()
1657 read_jump(read_ctx *ctx, union packed_instr header) in read_jump()
1734 STATIC_ASSERT(sizeof(union packed_instr) == 4); in read_instr()
1735 union packed_instr header; in read_instr()