Lines Matching defs:inout
491 struct vtn_ssa_value *inout,
496 inout->def = nir_load_deref_with_access(&b->nb, deref, access);
498 nir_store_deref_with_access(&b->nb, deref, inout->def, ~0, access);
506 _vtn_local_load_store(b, load, child, inout->elems[i], access);
513 _vtn_local_load_store(b, load, child, inout->elems[i], access);
598 struct vtn_ssa_value **inout)
605 (*inout)->def = vtn_pointer_to_ssa(b, ptr);
614 (*inout)->def = vtn_sampled_image_to_nir_ssa(b, si);
619 (*inout)->def = vtn_pointer_to_descriptor(b, ptr);
651 (*inout)->def = nir_load_deref_with_access(&b->nb, deref,
654 nir_store_deref_with_access(&b->nb, deref, (*inout)->def, ~0,
659 *inout = vtn_local_load(b, deref, ptr->type->access | access);
661 vtn_local_store(b, *inout, deref, ptr->type->access | access);
682 &(*inout)->elems[i]);
1922 /* In order to know whether or not we're a per-vertex inout, we need