Searched refs:vtn_push_value_pointer (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c332 vtn_push_value_pointer(b, w[2], vtn_pointer_from_ssa(b, ssa_ptr, type));
336 vtn_push_value_pointer(b, w[2], vtn_load_param_pointer(b, type, b->func_param_idx++));
H A Dvtn_private.h655 * vtn_push_ssa/vtn_push_value_pointer so that appropriate applying of
735 struct vtn_value *vtn_push_value_pointer(struct vtn_builder *b,
H A Dvtn_variables.c39 vtn_push_value_pointer(struct vtn_builder *b, uint32_t value_id, function in typeref:struct:vtn_value *
70 val = vtn_push_value_pointer(b, value_id, vtn_pointer_from_ssa(b, ssa->def, type));
2458 vtn_push_value_pointer(b, w[2], ptr);
2483 vtn_push_value_pointer(b, w[2], src);
H A Dspirv_to_nir.c2096 vtn_push_value_pointer(b, w[2], src_val->sampled_image->image);
2099 vtn_push_value_pointer(b, w[2], src_val->pointer);

Completed in 14 milliseconds