Home
last modified time | relevance | path

Searched refs:remove_struct_derefs (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_samplers_as_deref.c74 remove_struct_derefs(nir_deref *tail, in remove_struct_derefs() function
85 remove_struct_derefs(tail->child, state, b, path, location); in remove_struct_derefs()
98 remove_struct_derefs(tail->child, state, b, path, location); in remove_struct_derefs()
128 remove_struct_derefs(&deref->deref, state, b, &path, &location); in lower_deref()