Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
type->sampler_array;
/* Copy all the components. */
- const nir_intrinsic_info *info = &nir_intrinsic_infos[instr->intrinsic];
- for (unsigned c = 0; c < info->dest_components; ++c) {
+ for (unsigned c = 0; c < instr->dest.ssa.num_components; ++c) {
if ((int)c >= type->coordinate_components()) {
bld.MOV(offset(retype(dest, BRW_REGISTER_TYPE_D), bld, c),
brw_imm_d(1));