Home | History | Annotate | Download | only in draw

Lines Matching refs:_ptr

104 #define draw_jit_context_vs_constants(_gallivm, _ptr) \
105 lp_build_struct_get(_gallivm, _ptr, 0, "vs_constants")
107 #define draw_jit_context_gs_constants(_gallivm, _ptr) \
108 lp_build_struct_get(_gallivm, _ptr, 1, "gs_constants")
110 #define draw_jit_context_planes(_gallivm, _ptr) \
111 lp_build_struct_get(_gallivm, _ptr, 2, "planes")
113 #define draw_jit_context_viewport(_gallivm, _ptr) \
114 lp_build_struct_get(_gallivm, _ptr, 3, "viewport")
118 #define draw_jit_context_textures(_gallivm, _ptr) \
119 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures")
121 #define draw_jit_header_id(_gallivm, _ptr) \
122 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_VERTEX_ID, "id")
124 #define draw_jit_header_clip(_gallivm, _ptr) \
125 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_CLIP, "clip")
127 #define draw_jit_header_pre_clip_pos(_gallivm, _ptr) \
128 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_PRE_CLIP_POS, "pre_clip_pos")
130 #define draw_jit_header_data(_gallivm, _ptr) \
131 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_DATA, "data")
134 #define draw_jit_vbuffer_stride(_gallivm, _ptr) \
135 lp_build_struct_get(_gallivm, _ptr, 0, "stride")
137 #define draw_jit_vbuffer_offset(_gallivm, _ptr) \
138 lp_build_struct_get(_gallivm, _ptr, 1, "buffer_offset")