Lines Matching defs:inout
492 struct vtn_ssa_value *inout,
497 inout->def = nir_load_deref_with_access(&b->nb, deref, access);
499 nir_store_deref_with_access(&b->nb, deref, inout->def, ~0, access);
507 _vtn_local_load_store(b, load, child, inout->elems[i], access);
514 _vtn_local_load_store(b, load, child, inout->elems[i], access);
599 struct vtn_ssa_value **inout)
607 (*inout)->def = vtn_pointer_to_ssa(b, ptr);
616 (*inout)->def = vtn_sampled_image_to_nir_ssa(b, si);
621 (*inout)->def = vtn_pointer_to_descriptor(b, ptr);
653 (*inout)->def = nir_load_deref_with_access(&b->nb, deref,
656 nir_store_deref_with_access(&b->nb, deref, (*inout)->def, ~0,
661 *inout = vtn_local_load(b, deref, ptr->type->access | access);
663 vtn_local_store(b, *inout, deref, ptr->type->access | access);
684 &(*inout)->elems[i]);
1976 /* In order to know whether or not we're a per-vertex inout, we need