Searched refs:vtn_pointer (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_private.h447 struct vtn_pointer { struct
481 struct vtn_pointer *ptr);
517 struct vtn_pointer *copy_prop_sampler;
524 struct vtn_pointer *image;
531 struct vtn_pointer *image; /* Image or array of images */
532 struct vtn_pointer *sampler; /* Sampler */
544 struct vtn_pointer *pointer;
641 vtn_pointer_to_ssa(struct vtn_builder *b, struct vtn_pointer *ptr);
642 struct vtn_pointer *
737 struct vtn_pointer *pt
[all...]
H A Dvtn_variables.c40 struct vtn_pointer *ptr)
95 struct vtn_pointer *ptr)
107 struct vtn_pointer *ptr)
232 static struct vtn_pointer *
234 struct vtn_pointer *base,
317 struct vtn_pointer *ptr = rzalloc(b, struct vtn_pointer);
378 struct vtn_pointer *ptr = rzalloc(b, struct vtn_pointer);
388 static struct vtn_pointer *
[all...]
H A Dvtn_cfg.c27 static struct vtn_pointer *
219 struct vtn_pointer *pointer =
H A Dvtn_glsl450.c717 struct vtn_pointer *ptr =
H A Dspirv_to_nir.c2792 struct vtn_pointer *ptr;
4174 struct vtn_pointer *image =
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_private.h515 struct vtn_pointer { struct
579 struct vtn_pointer *copy_prop_sampler;
616 struct vtn_pointer *pointer;
735 vtn_pointer_to_ssa(struct vtn_builder *b, struct vtn_pointer *ptr);
736 struct vtn_pointer *
804 static inline struct vtn_pointer *
817 static inline struct vtn_pointer *
818 vtn_pointer(struct vtn_builder *b, uint32_t value_id) function in typeref:struct:vtn_pointer *
887 struct vtn_pointer *ptr);
910 struct vtn_pointer *pt
[all...]
H A Dvtn_variables.c33 static struct vtn_pointer*
34 vtn_align_pointer(struct vtn_builder *b, struct vtn_pointer *ptr,
60 struct vtn_pointer *copy = ralloc(b, struct vtn_pointer);
71 struct vtn_pointer *ptr = void_ptr;
108 static struct vtn_pointer*
110 struct vtn_pointer *ptr)
122 struct vtn_pointer *copy = ralloc(b, struct vtn_pointer);
133 struct vtn_pointer *pt
[all...]
H A Dvtn_amd.c194 struct vtn_pointer *ptr =
H A Dvtn_glsl450.c352 struct vtn_pointer *i_ptr = vtn_value(b, w[6], vtn_value_type_pointer)->pointer;
594 struct vtn_pointer *i_ptr = vtn_value(b, w[6], vtn_value_type_pointer)->pointer;
645 struct vtn_pointer *ptr =
H A Dspirv_to_nir.c3607 struct vtn_pointer *ptr;
3634 ptr = vtn_pointer(b, w[3]);
3640 ptr = vtn_pointer(b, w[1]);

Completed in 27 milliseconds