Searched refs:gather_offsets (Results 1 – 1 of 1) sorted by relevance
1598 const struct vtn_ssa_value *gather_offsets = NULL; in vtn_handle_texture() local1626 gather_offsets = vtn_ssa_value(b, w[idx++]); in vtn_handle_texture()1703 if (gather_offsets) { in vtn_handle_texture()1704 assert(glsl_get_base_type(gather_offsets->type) == GLSL_TYPE_ARRAY); in vtn_handle_texture()1705 assert(glsl_get_length(gather_offsets->type) == 4); in vtn_handle_texture()1733 src.src = nir_src_for_ssa(gather_offsets->elems[i]->def); in vtn_handle_texture()