Home
last modified time | relevance | path

Searched refs:gather_offsets (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2973 struct vtn_value *gather_offsets = NULL; in vtn_handle_texture() local
3027 gather_offsets = vtn_value(b, w[arg], vtn_value_type_constant); in vtn_handle_texture()
3121 if (gather_offsets) { in vtn_handle_texture()
3122 vtn_fail_if(gather_offsets->type->base_type != vtn_base_type_array || in vtn_handle_texture()
3123 gather_offsets->type->length != 4, in vtn_handle_texture()
3127 struct vtn_type *vec_type = gather_offsets->type->array_element; in vtn_handle_texture()
3137 gather_offsets->constant->elements[i]->values; in vtn_handle_texture()

Completed in 14 milliseconds