Home
last modified time | relevance | path

Searched refs:vtn_pointer (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c33 static struct vtn_pointer*
34 vtn_align_pointer(struct vtn_builder *b, struct vtn_pointer *ptr, in vtn_align_pointer()
60 struct vtn_pointer *copy = ralloc(b, struct vtn_pointer); in vtn_align_pointer()
71 struct vtn_pointer *ptr = void_ptr; in ptr_decoration_cb()
108 static struct vtn_pointer*
110 struct vtn_pointer *ptr) in vtn_decorate_pointer()
122 struct vtn_pointer *copy = ralloc(b, struct vtn_pointer); in vtn_decorate_pointer()
133 struct vtn_pointer *ptr) in vtn_push_pointer()
192 struct vtn_pointer *ptr) in vtn_pointer_is_external_block()
306 static struct vtn_pointer *
[all …]
Dvtn_private.h520 struct vtn_pointer { struct
584 struct vtn_pointer *copy_prop_sampler;
621 struct vtn_pointer *pointer;
755 vtn_pointer_to_ssa(struct vtn_builder *b, struct vtn_pointer *ptr);
756 struct vtn_pointer *
824 static inline struct vtn_pointer *
837 static inline struct vtn_pointer *
838 vtn_pointer(struct vtn_builder *b, uint32_t value_id) in vtn_pointer() function
907 struct vtn_pointer *ptr);
930 struct vtn_pointer *ptr);
[all …]
Dvtn_glsl450.c363 struct vtn_pointer *i_ptr = vtn_value(b, w[6], vtn_value_type_pointer)->pointer; in handle_glsl450_alu()
605 struct vtn_pointer *i_ptr = vtn_value(b, w[6], vtn_value_type_pointer)->pointer; in handle_glsl450_alu()
659 struct vtn_pointer *ptr = in handle_glsl450_interpolation()
Dvtn_amd.c194 struct vtn_pointer *ptr = in vtn_handle_amd_shader_explicit_vertex_parameter_instruction()
Dspirv_to_nir.c3675 struct vtn_pointer *ptr; in vtn_handle_atomics()
3702 ptr = vtn_pointer(b, w[3]); in vtn_handle_atomics()
3708 ptr = vtn_pointer(b, w[1]); in vtn_handle_atomics()