Lines Matching refs:_gallivm

191 #define draw_jit_context_vs_constants(_gallivm, _ptr) \  argument
192 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_CONSTANTS, "vs_constants")
194 #define draw_jit_context_num_vs_constants(_gallivm, _ptr) \ argument
195 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_NUM_CONSTANTS, "num_vs_constants")
197 #define draw_jit_context_planes(_gallivm, _ptr) \ argument
198 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_PLANES, "planes")
200 #define draw_jit_context_viewports(_gallivm, _ptr) \ argument
201 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_VIEWPORT, "viewports")
203 #define draw_jit_context_textures(_gallivm, _ptr) \ argument
204 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_TEXTURES, "textures")
206 #define draw_jit_context_samplers(_gallivm, _ptr) \ argument
207 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_SAMPLERS, "samplers")
209 #define draw_jit_context_images(_gallivm, _ptr) \ argument
210 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_IMAGES, "images")
212 #define draw_jit_context_vs_ssbos(_gallivm, _ptr) \ argument
213 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_SSBOS, "vs_ssbos")
215 #define draw_jit_context_num_vs_ssbos(_gallivm, _ptr) \ argument
216 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_NUM_SSBOS, "num_vs_ssbos")
218 #define draw_jit_context_aniso_filter_table(_gallivm, _ptr) \ argument
219 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
222 #define draw_jit_header_id(_gallivm, _ptr) \ argument
223 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_VERTEX_ID, "id")
225 #define draw_jit_header_clip_pos(_gallivm, _ptr) \ argument
226 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_CLIP_POS, "clip_pos")
228 #define draw_jit_header_data(_gallivm, _ptr) \ argument
229 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_VERTEX_DATA, "data")
232 #define draw_jit_vbuffer_stride(_gallivm, _ptr) \ argument
233 lp_build_struct_get(_gallivm, _ptr, 0, "stride")
235 #define draw_jit_vbuffer_offset(_gallivm, _ptr) \ argument
236 lp_build_struct_get(_gallivm, _ptr, 2, "buffer_offset")
244 #define draw_jit_dvbuffer_map(_gallivm, _ptr) \ argument
245 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_DVBUFFER_MAP, "map")
247 #define draw_jit_dvbuffer_size(_gallivm, _ptr) \ argument
248 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_DVBUFFER_SIZE, "size")
305 #define draw_gs_jit_context_constants(_gallivm, _ptr) \ argument
306 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_CONSTANTS, "constants")
308 #define draw_gs_jit_context_num_constants(_gallivm, _ptr) \ argument
309 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_NUM_CONSTANTS, "num_constants")
311 #define draw_gs_jit_context_planes(_gallivm, _ptr) \ argument
312 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_PLANES, "planes")
314 #define draw_gs_jit_context_viewports(_gallivm, _ptr) \ argument
315 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_VIEWPORT, "viewports")
317 #define draw_gs_jit_context_textures(_gallivm, _ptr) \ argument
318 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_TEXTURES, "textures")
320 #define draw_gs_jit_context_samplers(_gallivm, _ptr) \ argument
321 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_SAMPLERS, "samplers")
323 #define draw_gs_jit_context_images(_gallivm, _ptr) \ argument
324 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_IMAGES, "images")
326 #define draw_gs_jit_prim_lengths(_gallivm, _ptr) \ argument
327 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_PRIM_LENGTHS, "prim_lengths")
329 #define draw_gs_jit_emitted_vertices(_gallivm, _ptr) \ argument
330 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_EMITTED_VERTICES, "emitted_vertices")
332 #define draw_gs_jit_emitted_prims(_gallivm, _ptr) \ argument
333 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_EMITTED_PRIMS, "emitted_prims")
335 #define draw_gs_jit_context_ssbos(_gallivm, _ptr) \ argument
336 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_SSBOS, "ssbos")
338 #define draw_gs_jit_context_num_ssbos(_gallivm, _ptr) \ argument
339 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_GS_JIT_CTX_NUM_SSBOS, "num_ssbos")
341 #define draw_gs_jit_context_aniso_filter_table(_gallivm, _ptr) \ argument
342 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
374 #define draw_tcs_jit_context_constants(_gallivm, _ptr) \ argument
375 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_CONSTANTS, "constants")
377 #define draw_tcs_jit_context_num_constants(_gallivm, _ptr) \ argument
378 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_NUM_CONSTANTS, "num_constants")
380 #define draw_tcs_jit_context_textures(_gallivm, _ptr) \ argument
381 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_TEXTURES, "textures")
383 #define draw_tcs_jit_context_samplers(_gallivm, _ptr) \ argument
384 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_SAMPLERS, "samplers")
386 #define draw_tcs_jit_context_images(_gallivm, _ptr) \ argument
387 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_IMAGES, "images")
389 #define draw_tcs_jit_context_ssbos(_gallivm, _ptr) \ argument
390 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_SSBOS, "ssbos")
392 #define draw_tcs_jit_context_num_ssbos(_gallivm, _ptr) \ argument
393 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TCS_JIT_CTX_NUM_SSBOS, "num_ssbos")
395 #define draw_tcs_jit_context_aniso_filter_table(_gallivm, _ptr) \ argument
396 lp_build_struct_get(_gallivm, _ptr, DRAW_TCS_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
428 #define draw_tes_jit_context_constants(_gallivm, _ptr) \ argument
429 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_CONSTANTS, "constants")
431 #define draw_tes_jit_context_num_constants(_gallivm, _ptr) \ argument
432 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_NUM_CONSTANTS, "num_constants")
434 #define draw_tes_jit_context_textures(_gallivm, _ptr) \ argument
435 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_TEXTURES, "textures")
437 #define draw_tes_jit_context_samplers(_gallivm, _ptr) \ argument
438 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_SAMPLERS, "samplers")
440 #define draw_tes_jit_context_images(_gallivm, _ptr) \ argument
441 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_IMAGES, "images")
443 #define draw_tes_jit_context_ssbos(_gallivm, _ptr) \ argument
444 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_SSBOS, "ssbos")
446 #define draw_tes_jit_context_num_ssbos(_gallivm, _ptr) \ argument
447 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_TES_JIT_CTX_NUM_SSBOS, "num_ssbos")
449 #define draw_tes_jit_context_aniso_filter_table(_gallivm, _ptr) \ argument
450 lp_build_struct_get(_gallivm, _ptr, DRAW_TES_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")