Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c1027 nir_deref_instr *first_cast = cast; in opt_remove_cast_cast() local
1030 nir_deref_instr *parent = nir_deref_instr_parent(first_cast); in opt_remove_cast_cast()
1033 first_cast = parent; in opt_remove_cast_cast()
1035 if (cast == first_cast) in opt_remove_cast_cast()
1039 nir_src_for_ssa(first_cast->parent.ssa)); in opt_remove_cast_cast()