Searched refs:vtn_local_store (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 873 void vtn_local_store(struct vtn_builder *b, struct vtn_ssa_value *src,
|
D | vtn_cfg.c | 922 vtn_local_store(b, src, nir_build_deref_var(&b->nb, phi_var), 0); in vtn_handle_phi_second_pass() 1044 vtn_local_store(b, src, ret_deref, 0); in vtn_emit_ret_store()
|
D | vtn_opencl.c | 688 vtn_local_store(b, ssa, arr_deref, p->type->access); in _handle_v_load_store()
|
D | vtn_variables.c | 564 vtn_local_store(struct vtn_builder *b, struct vtn_ssa_value *src, in vtn_local_store() function 663 vtn_local_store(b, *inout, deref, ptr->type->access | access); in _vtn_variable_load_store()
|