Searched refs:gather_offsets (Results 1 – 1 of 1) sorted by relevance
2775 struct vtn_value *gather_offsets = NULL; in vtn_handle_texture() local2828 gather_offsets = vtn_value(b, w[arg], vtn_value_type_constant); in vtn_handle_texture()2916 if (gather_offsets) { in vtn_handle_texture()2917 vtn_fail_if(gather_offsets->type->base_type != vtn_base_type_array || in vtn_handle_texture()2918 gather_offsets->type->length != 4, in vtn_handle_texture()2922 struct vtn_type *vec_type = gather_offsets->type->array_element; in vtn_handle_texture()2932 gather_offsets->constant->elements[i]->values; in vtn_handle_texture()