| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_tex_sample.c | 228 LLVMValueRef thread_data_ptr, 234 return lp_jit_thread_data_cache(gallivm, thread_data_ptr);
|
| H A D | lp_state_fs.c | 247 LLVMValueRef thread_data_ptr, 265 thread_data_ptr); 308 LLVMValueRef thread_data_ptr) 441 thread_data_ptr, z); 481 outputs, context_ptr, thread_data_ptr, 556 thread_data_ptr, z); 632 LLVMValueRef counter = lp_jit_thread_data_counter(gallivm, thread_data_ptr); 2428 LLVMValueRef thread_data_ptr; local in function:generate_fragment 2531 thread_data_ptr = LLVMGetParam(function, 10); 2544 lp_build_name(thread_data_ptr, "thread_dat 243 lp_build_depth_clamp(struct gallivm_state * gallivm,LLVMBuilderRef builder,struct lp_type type,LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,LLVMValueRef z) argument 294 generate_fs_loop(struct gallivm_state * gallivm,struct lp_fragment_shader * shader,const struct lp_fragment_shader_variant_key * key,LLVMBuilderRef builder,struct lp_type type,LLVMValueRef context_ptr,LLVMValueRef num_loop,struct lp_build_interp_soa_context * interp,const struct lp_build_sampler_soa * sampler,LLVMValueRef mask_store,LLVMValueRef (* out_color)[4],LLVMValueRef depth_ptr,LLVMValueRef depth_stride,LLVMValueRef facing,LLVMValueRef thread_data_ptr) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 111 LLVMValueRef thread_data_ptr; member in struct:lp_sampler_params 150 LLVMValueRef thread_data_ptr; member in struct:lp_img_params 346 LLVMValueRef thread_data_ptr,
|
| H A D | lp_bld_tgsi.h | 278 LLVMValueRef thread_data_ptr; member in struct:lp_build_tgsi_params 533 LLVMValueRef thread_data_ptr; member in struct:lp_build_tgsi_soa_context
|
| H A D | lp_bld_nir.h | 227 LLVMValueRef thread_data_ptr; member in struct:lp_build_nir_soa_context
|
| H A D | lp_bld_tgsi_soa.c | 2262 params.thread_data_ptr = bld->thread_data_ptr; 2431 params.thread_data_ptr = bld->thread_data_ptr; 2569 params.thread_data_ptr = bld->thread_data_ptr; 3432 params.thread_data_ptr = bld->thread_data_ptr; 3579 params.thread_data_ptr = bld->thread_data_ptr; [all...] |
| H A D | lp_bld_sample_soa.c | 3271 LLVMValueRef thread_data_ptr, 3545 if (dynamic_state->cache_ptr && thread_data_ptr) { 3547 thread_data_ptr, texture_index); 3946 LLVMValueRef thread_data_ptr = NULL; local in function:lp_build_sample_gen_func 3983 thread_data_ptr = LLVMGetParam(function, num_param++); 4038 thread_data_ptr, 4134 arg_types[num_param++] = LLVMTypeOf(params->thread_data_ptr); 4203 args[num_args++] = params->thread_data_ptr; 4314 params->thread_data_ptr, 3262 lp_build_sample_soa_code(struct gallivm_state * gallivm,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_state,struct lp_type type,unsigned sample_key,unsigned texture_index,unsigned sampler_index,LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,const LLVMValueRef * coords,const LLVMValueRef * offsets,const struct lp_derivatives * derivs,LLVMValueRef lod,LLVMValueRef ms_index,LLVMValueRef aniso_filter_table,LLVMValueRef texel_out[4]) argument
|
| H A D | lp_bld_nir_soa.c | 1367 params->thread_data_ptr = bld->thread_data_ptr; 1444 params->thread_data_ptr = bld->thread_data_ptr; 2521 bld.thread_data_ptr = params->thread_data_ptr;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.h | 106 LLVMValueRef thread_data_ptr; member in struct:lp_sampler_params 295 LLVMValueRef thread_data_ptr,
|
| H A D | lp_bld_tgsi.h | 230 LLVMValueRef thread_data_ptr, 453 LLVMValueRef thread_data_ptr; member in struct:lp_build_tgsi_soa_context
|
| H A D | lp_bld_sample_soa.c | 2745 LLVMValueRef thread_data_ptr, 3026 if (dynamic_state->cache_ptr && thread_data_ptr) { 3028 thread_data_ptr, texture_index); 3423 LLVMValueRef thread_data_ptr = NULL; local in function:lp_build_sample_gen_func 3449 thread_data_ptr = LLVMGetParam(function, num_param++); 3501 thread_data_ptr, 3586 arg_types[num_param++] = LLVMTypeOf(params->thread_data_ptr); 3649 args[num_args++] = params->thread_data_ptr; 3755 params->thread_data_ptr, 2736 lp_build_sample_soa_code(struct gallivm_state * gallivm,const struct lp_static_texture_state * static_texture_state,const struct lp_static_sampler_state * static_sampler_state,struct lp_sampler_dynamic_state * dynamic_state,struct lp_type type,unsigned sample_key,unsigned texture_index,unsigned sampler_index,LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,const LLVMValueRef * coords,const LLVMValueRef * offsets,const struct lp_derivatives * derivs,LLVMValueRef lod,LLVMValueRef texel_out[4]) argument
|
| H A D | lp_bld_tgsi_soa.c | 2276 params.thread_data_ptr = bld->thread_data_ptr; 2445 params.thread_data_ptr = bld->thread_data_ptr; 2574 params.thread_data_ptr = bld->thread_data_ptr; 3838 LLVMValueRef thread_data_ptr, 3886 bld.thread_data_ptr = thread_data_ptr; 3828 lp_build_tgsi_soa(struct gallivm_state * gallivm,const struct tgsi_token * tokens,struct lp_type type,struct lp_build_mask_context * mask,LLVMValueRef consts_ptr,LLVMValueRef const_sizes_ptr,const struct lp_bld_tgsi_system_values * system_values,const LLVMValueRef (* inputs)[TGSI_NUM_CHANNELS],LLVMValueRef (* outputs)[TGSI_NUM_CHANNELS],LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,const struct lp_build_sampler_soa * sampler,const struct tgsi_shader_info * info,const struct lp_build_tgsi_gs_iface * gs_iface) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_tex_sample.c | 341 LLVMValueRef thread_data_ptr, 347 return lp_jit_thread_data_cache(gallivm, thread_data_ptr);
|
| H A D | lp_state_cs.c | 80 LLVMValueRef work_dim_arg, thread_data_ptr; local in function:generate_compute 163 thread_data_ptr = LLVMGetParam(function, 11); 176 lp_build_name(thread_data_ptr, "thread_data"); 232 args[11] = thread_data_ptr; 308 thread_data_ptr = LLVMGetParam(coro, 11); 333 shared_ptr = lp_jit_cs_thread_data_shared(gallivm, thread_data_ptr);
|
| H A D | lp_state_fs.c | 353 LLVMValueRef thread_data_ptr, 371 thread_data_ptr); 580 LLVMValueRef thread_data_ptr) 623 thread_data_ptr); 828 thread_data_ptr, z); 972 params.thread_data_ptr = thread_data_ptr; 1184 thread_data_ptr, z); 1254 LLVMValueRef counter = lp_jit_thread_data_counter(gallivm, thread_data_ptr); 3014 LLVMValueRef thread_data_ptr; local in function:generate_fragment 349 lp_build_depth_clamp(struct gallivm_state * gallivm,LLVMBuilderRef builder,struct lp_type type,LLVMValueRef context_ptr,LLVMValueRef thread_data_ptr,LLVMValueRef z) argument 560 generate_fs_loop(struct gallivm_state * gallivm,struct lp_fragment_shader * shader,const struct lp_fragment_shader_variant_key * key,LLVMBuilderRef builder,struct lp_type type,LLVMValueRef context_ptr,LLVMValueRef sample_pos_array,LLVMValueRef num_loop,struct lp_build_interp_soa_context * interp,const struct lp_build_sampler_soa * sampler,const struct lp_build_image_soa * image,LLVMValueRef mask_store,LLVMValueRef (* out_color)[4],LLVMValueRef depth_base_ptr,LLVMValueRef depth_stride,LLVMValueRef depth_sample_stride,LLVMValueRef color_ptr_ptr,LLVMValueRef color_stride_ptr,LLVMValueRef color_sample_stride_ptr,LLVMValueRef facing,LLVMValueRef thread_data_ptr) argument [all...] |