Lines Matching refs:_gallivm

202 #define lp_jit_context_constants(_gallivm, _ptr) \  argument
203 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_CONSTANTS, "constants")
205 #define lp_jit_context_num_constants(_gallivm, _ptr) \ argument
206 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_CONSTANTS, "num_constants")
208 #define lp_jit_context_textures(_gallivm, _ptr) \ argument
209 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_TEXTURES, "textures")
211 #define lp_jit_context_samplers(_gallivm, _ptr) \ argument
212 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLERS, "samplers")
214 #define lp_jit_context_images(_gallivm, _ptr) \ argument
215 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_IMAGES, "images")
217 #define lp_jit_context_alpha_ref_value(_gallivm, _ptr) \ argument
218 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ALPHA_REF, "alpha_ref_value")
220 #define lp_jit_context_stencil_ref_front_value(_gallivm, _ptr) \ argument
221 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_STENCIL_REF_FRONT, "stencil_ref_front")
223 #define lp_jit_context_stencil_ref_back_value(_gallivm, _ptr) \ argument
224 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_STENCIL_REF_BACK, "stencil_ref_back")
226 #define lp_jit_context_u8_blend_color(_gallivm, _ptr) \ argument
227 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_U8_BLEND_COLOR, "u8_blend_color")
229 #define lp_jit_context_f_blend_color(_gallivm, _ptr) \ argument
230 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_F_BLEND_COLOR, "f_blend_color")
232 #define lp_jit_context_viewports(_gallivm, _ptr) \ argument
233 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_VIEWPORTS, "viewports")
235 #define lp_jit_context_ssbos(_gallivm, _ptr) \ argument
236 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SSBOS, "ssbos")
238 #define lp_jit_context_num_ssbos(_gallivm, _ptr) \ argument
239 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_NUM_SSBOS, "num_ssbos")
241 #define lp_jit_context_sample_mask(_gallivm, _ptr) \ argument
242 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLE_MASK, "sample_mask")
244 #define lp_jit_context_aniso_filter_table(_gallivm, _ptr) \ argument
245 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
273 #define lp_jit_thread_data_cache(_gallivm, _ptr) \ argument
274 lp_build_struct_get(_gallivm, _ptr, LP_JIT_THREAD_DATA_CACHE, "cache")
276 #define lp_jit_thread_data_counter(_gallivm, _ptr) \ argument
277 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_THREAD_DATA_COUNTER, "counter")
279 #define lp_jit_thread_data_invocations(_gallivm, _ptr) \ argument
280 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_THREAD_DATA_INVOCATIONS, "invocs")
282 #define lp_jit_thread_data_raster_state_viewport_index(_gallivm, _ptr) \ argument
283 lp_build_struct_get(_gallivm, _ptr, \
287 #define lp_jit_thread_data_raster_state_view_index(_gallivm, _ptr) \ argument
288 lp_build_struct_get(_gallivm, _ptr, \
374 #define lp_jit_linear_context_constants(_gallivm, _ptr) \ argument
375 lp_build_struct_get(_gallivm, _ptr, LP_JIT_LINEAR_CTX_CONSTANTS, "constants")
377 #define lp_jit_linear_context_tex(_gallivm, _ptr) \ argument
378 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_LINEAR_CTX_TEX, "tex")
380 #define lp_jit_linear_context_inputs(_gallivm, _ptr) \ argument
381 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_LINEAR_CTX_INPUTS, "inputs")
383 #define lp_jit_linear_context_color0(_gallivm, _ptr) \ argument
384 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_LINEAR_CTX_COLOR0, "color0")
386 #define lp_jit_linear_context_blend_color(_gallivm, _ptr) \ argument
387 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_LINEAR_CTX_BLEND_COLOR, "blend_color")
389 #define lp_jit_linear_context_alpha_ref(_gallivm, _ptr) \ argument
390 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_LINEAR_CTX_ALPHA_REF, "alpha_ref_value")
428 #define lp_jit_cs_thread_data_cache(_gallivm, _ptr) \ argument
429 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CS_THREAD_DATA_CACHE, "cache")
431 #define lp_jit_cs_thread_data_shared(_gallivm, _ptr) \ argument
432 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CS_THREAD_DATA_SHARED, "shared")
471 #define lp_jit_cs_context_constants(_gallivm, _ptr) \ argument
472 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_CONSTANTS, "constants")
474 #define lp_jit_cs_context_num_constants(_gallivm, _ptr) \ argument
475 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_NUM_CONSTANTS, "num_constants")
477 #define lp_jit_cs_context_textures(_gallivm, _ptr) \ argument
478 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_TEXTURES, "textures")
480 #define lp_jit_cs_context_samplers(_gallivm, _ptr) \ argument
481 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_SAMPLERS, "samplers")
483 #define lp_jit_cs_context_images(_gallivm, _ptr) \ argument
484 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_IMAGES, "images")
486 #define lp_jit_cs_context_ssbos(_gallivm, _ptr) \ argument
487 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_SSBOS, "ssbos")
489 #define lp_jit_cs_context_num_ssbos(_gallivm, _ptr) \ argument
490 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_NUM_SSBOS, "num_ssbos")
492 #define lp_jit_cs_context_shared_size(_gallivm, _ptr) \ argument
493 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CS_CTX_SHARED_SIZE, "shared_size")
495 #define lp_jit_cs_context_kernel_args(_gallivm, _ptr) \ argument
496 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CS_CTX_KERNEL_ARGS, "kernel_args")
498 #define lp_jit_cs_context_aniso_filter_table(_gallivm, _ptr) \ argument
499 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CS_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")