Searched refs:vtn_push_pointer (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 836 struct vtn_value *vtn_push_pointer(struct vtn_builder *b,
|
D | vtn_variables.c | 132 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()
|
D | spirv_to_nir.c | 278 val = vtn_push_pointer(b, value_id, vtn_pointer_from_ssa(b, ssa->def, type)); in vtn_push_ssa_value()
|