Searched refs:gather_offsets (Results 1 – 1 of 1) sorted by relevance
2033 const struct vtn_ssa_value *gather_offsets = NULL; in vtn_handle_texture() local2061 gather_offsets = vtn_ssa_value(b, w[idx++]); in vtn_handle_texture()2138 if (gather_offsets) { in vtn_handle_texture()2139 vtn_assert(glsl_get_base_type(gather_offsets->type) == GLSL_TYPE_ARRAY); in vtn_handle_texture()2140 vtn_assert(glsl_get_length(gather_offsets->type) == 4); in vtn_handle_texture()2168 src.src = nir_src_for_ssa(gather_offsets->elems[i]->def); in vtn_handle_texture()