Searched refs:sampled_val (Results 1 – 1 of 1) sorted by relevance
2559 struct vtn_value *sampled_val = vtn_untyped_value(b, w[3]); in vtn_handle_texture() local2560 if (sampled_val->type->base_type == vtn_base_type_sampled_image) { in vtn_handle_texture()2876 vtn_foreach_decoration(b, sampled_val, non_uniform_decoration_cb, &access); in vtn_handle_texture()2878 if (sampled_val->propagated_non_uniform) in vtn_handle_texture()