Home
last modified time | relevance | path

Searched refs:vtn_push_pointer (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h836 struct vtn_value *vtn_push_pointer(struct vtn_builder *b,
Dvtn_variables.c132 vtn_push_pointer(struct vtn_builder *b, uint32_t value_id, in vtn_push_pointer() function
2299 vtn_push_pointer(b, w[2], ptr); in vtn_handle_variables()
2529 vtn_push_pointer(b, w[2], vtn_pointer_from_ssa(b, ptr, ptr_type)); in vtn_handle_variables()
Dspirv_to_nir.c278 val = vtn_push_pointer(b, value_id, vtn_pointer_from_ssa(b, ssa->def, type)); in vtn_push_ssa_value()