Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h671 struct vtn_ssa_value *vtn_local_load(struct vtn_builder *b, nir_deref_var *src);
Dvtn_cfg.c193 vtn_local_load(b, nir_deref_var_create(b, param)); in vtn_cfg_handle_prepass_instruction()
633 vtn_local_load(b, nir_deref_var_create(b, phi_var))); in vtn_handle_phis_first_pass()
Dvtn_variables.c554 vtn_local_load(struct vtn_builder *b, nir_deref_var *src) in vtn_local_load() function
1008 *inout = vtn_local_load(b, vtn_pointer_to_deref(b, ptr)); in _vtn_variable_load_store()
Dspirv_to_nir.c1783 vtn_push_ssa(b, w[2], res_type, vtn_local_load(b, call->return_deref)); in vtn_handle_function_call()