Searched refs:vtn_pointer (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 33 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 …]
|
D | vtn_private.h | 520 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 …]
|
D | vtn_glsl450.c | 363 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()
|
D | vtn_amd.c | 194 struct vtn_pointer *ptr = in vtn_handle_amd_shader_explicit_vertex_parameter_instruction()
|
D | spirv_to_nir.c | 3675 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()
|