Searched refs:aniso_filter_table (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h174 const float *aniso_filter_table; member in struct:draw_jit_context
219 lp_build_struct_get(_gallivm, _ptr, DRAW_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
281 const float *aniso_filter_table; member in struct:draw_gs_jit_context
342 lp_build_struct_get(_gallivm, _ptr, DRAW_GS_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
359 const float *aniso_filter_table; member in struct:draw_tcs_jit_context
396 lp_build_struct_get(_gallivm, _ptr, DRAW_TCS_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
413 const float *aniso_filter_table; member in struct:draw_tes_jit_context
450 lp_build_struct_get(_gallivm, _ptr, DRAW_TES_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
H A Ddraw_pt_fetch_shade_pipeline_llvm.c531 llvm->jit_context.aniso_filter_table = lp_build_sample_aniso_filter_table();
532 llvm->gs_jit_context.aniso_filter_table = lp_build_sample_aniso_filter_table();
533 llvm->tcs_jit_context.aniso_filter_table = lp_build_sample_aniso_filter_table();
534 llvm->tes_jit_context.aniso_filter_table = lp_build_sample_aniso_filter_table();
H A Ddraw_llvm.c364 LP_CHECK_MEMBER_OFFSET(struct draw_jit_context, aniso_filter_table,
447 LP_CHECK_MEMBER_OFFSET(struct draw_gs_jit_context, aniso_filter_table,
608 LP_CHECK_MEMBER_OFFSET(struct draw_tcs_jit_context, aniso_filter_table,
710 LP_CHECK_MEMBER_OFFSET(struct draw_tcs_jit_context, aniso_filter_table,
1010 params.aniso_filter_table = draw_jit_context_aniso_filter_table(variant->gallivm, context_ptr);
2905 params.aniso_filter_table = draw_gs_jit_context_aniso_filter_table(gallivm, context_ptr);
3565 params.aniso_filter_table = draw_tcs_jit_context_aniso_filter_table(gallivm, context_ptr);
4088 params.aniso_filter_table = draw_tes_jit_context_aniso_filter_table(variant->gallivm, context_ptr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h174 const float *aniso_filter_table; member in struct:lp_jit_context
245 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
450 const float *aniso_filter_table; member in struct:lp_jit_cs_context
499 lp_build_struct_get(_gallivm, _ptr, LP_JIT_CS_CTX_ANISO_FILTER_TABLE, "aniso_filter_table")
H A Dlp_jit.c291 LP_CHECK_MEMBER_OFFSET(struct lp_jit_context, aniso_filter_table,
498 LP_CHECK_MEMBER_OFFSET(struct lp_jit_cs_context, aniso_filter_table,
H A Dlp_state_cs.c426 params.aniso_filter_table = lp_jit_cs_context_aniso_filter_table(gallivm, context_ptr);
1284 csctx->cs.current.jit_context.aniso_filter_table = lp_build_sample_aniso_filter_table();
H A Dlp_setup.c1364 stored->jit_context.aniso_filter_table = lp_build_sample_aniso_filter_table();
H A Dlp_state_fs.c978 params.aniso_filter_table = lp_jit_context_aniso_filter_table(gallivm, context_ptr);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h116 LLVMValueRef aniso_filter_table; member in struct:lp_sampler_params
453 LLVMValueRef aniso_filter_table; member in struct:lp_build_sample_context
H A Dlp_bld_nir.h64 LLVMValueRef aniso_filter_table; member in struct:lp_build_nir_context
H A Dlp_bld_sample_soa.c2096 LLVMValueRef filter_table = bld->aniso_filter_table;
3277 LLVMValueRef aniso_filter_table,
3351 bld.aniso_filter_table = aniso_filter_table;
3735 bld4.aniso_filter_table = aniso_filter_table;
3947 LLVMValueRef aniso_filter_table = NULL; local in function:lp_build_sample_gen_func
3981 aniso_filter_table = LLVMGetParam(function, num_param++);
4044 aniso_filter_table,
4131 if (params->aniso_filter_table)
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
[all...]
H A Dlp_bld_tgsi.h292 LLVMValueRef aniso_filter_table; member in struct:lp_build_tgsi_params
H A Dlp_bld_sample.c2356 static const float aniso_filter_table[1024] = { variable in typeref:typename:const float[1024]
2490 return aniso_filter_table;
H A Dlp_bld_nir.c2177 params.aniso_filter_table = bld_base->aniso_filter_table;
H A Dlp_bld_nir_soa.c2522 bld.bld_base.aniso_filter_table = params->aniso_filter_table;

Completed in 47 milliseconds