Lines Matching defs:arg
2983 uint32_t arg = image_operand_arg(b, w, count, idx,
2985 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_bias);
2991 uint32_t arg = image_operand_arg(b, w, count, idx,
2993 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_lod);
2999 uint32_t arg = image_operand_arg(b, w, count, idx,
3001 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_ddx);
3002 (*p++) = vtn_tex_src(b, w[arg + 1], nir_tex_src_ddy);
3012 uint32_t arg = image_operand_arg(b, w, count, idx,
3014 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset);
3018 uint32_t arg = image_operand_arg(b, w, count, idx,
3020 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset);
3025 uint32_t arg = image_operand_arg(b, w, count, idx,
3027 gather_offsets = vtn_value(b, w[arg], vtn_value_type_constant);
3032 uint32_t arg = image_operand_arg(b, w, count, idx,
3035 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_ms_index);
3042 uint32_t arg = image_operand_arg(b, w, count, idx,
3044 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_min_lod);
3314 uint32_t arg = image_operand_arg(b, w, count, 5,
3316 image.sample = vtn_get_nir_ssa(b, w[arg]);
3324 uint32_t arg = image_operand_arg(b, w, count, 5,
3327 scope = vtn_constant_uint(b, w[arg]);
3331 uint32_t arg = image_operand_arg(b, w, count, 5,
3333 image.lod = vtn_get_nir_ssa(b, w[arg]);
3356 uint32_t arg = image_operand_arg(b, w, count, 4,
3358 image.sample = vtn_get_nir_ssa(b, w[arg]);
3366 uint32_t arg = image_operand_arg(b, w, count, 4,
3369 scope = vtn_constant_uint(b, w[arg]);
3373 uint32_t arg = image_operand_arg(b, w, count, 4,
3375 image.lod = vtn_get_nir_ssa(b, w[arg]);