Searched defs:mip_filter (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h126 filter_func mip_filter; member in struct:sp_sampler_variant
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h126 filter_func mip_filter; member in struct:sp_sampler_variant
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c863 unsigned mip_filter,
910 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
996 const unsigned mip_filter = bld->static_state->min_mip_filter; local
1004 mip_filter, min_filter, mag_filter);
1028 mip_filter != PIPE_TEX_MIPFILTER_NONE) {
1034 mip_filter,
1043 switch (mip_filter) {
1045 assert(0 && "bad mip_filter value in lp_build_sample_soa()");
1098 const unsigned mip_filter = bld->static_state->min_mip_filter; local
1116 min_filter, mip_filter,
860 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned unit, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) argument
1337 const unsigned mip_filter = bld.static_state->min_mip_filter; local
[all...]
H A Dlp_bld_sample.c496 unsigned mip_filter,
541 if (mip_filter == PIPE_TEX_MIPFILTER_NONE ||
542 mip_filter == PIPE_TEX_MIPFILTER_NEAREST) {
547 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR &&
596 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
491 lp_build_lod_selector(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, unsigned mip_filter, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
H A Dlp_bld_sample_aos.c1314 unsigned mip_filter,
1380 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
1542 const unsigned mip_filter = bld->static_state->min_mip_filter; local
1571 min_filter, mip_filter,
1591 min_filter, mip_filter,
1312 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef colors_lo_var, LLVMValueRef colors_hi_var) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c863 unsigned mip_filter,
910 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
996 const unsigned mip_filter = bld->static_state->min_mip_filter; local
1004 mip_filter, min_filter, mag_filter);
1028 mip_filter != PIPE_TEX_MIPFILTER_NONE) {
1034 mip_filter,
1043 switch (mip_filter) {
1045 assert(0 && "bad mip_filter value in lp_build_sample_soa()");
1098 const unsigned mip_filter = bld->static_state->min_mip_filter; local
1116 min_filter, mip_filter,
860 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned unit, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) argument
1337 const unsigned mip_filter = bld.static_state->min_mip_filter; local
[all...]
H A Dlp_bld_sample.c496 unsigned mip_filter,
541 if (mip_filter == PIPE_TEX_MIPFILTER_NONE ||
542 mip_filter == PIPE_TEX_MIPFILTER_NEAREST) {
547 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR &&
596 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
491 lp_build_lod_selector(struct lp_build_sample_context *bld, unsigned unit, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, unsigned mip_filter, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
H A Dlp_bld_sample_aos.c1314 unsigned mip_filter,
1380 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) {
1542 const unsigned mip_filter = bld->static_state->min_mip_filter; local
1571 min_filter, mip_filter,
1591 min_filter, mip_filter,
1312 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef colors_lo_var, LLVMValueRef colors_hi_var) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h640 GLuint mip_filter:2; member in struct:brw_sampler_state::__anon14395
689 GLuint mip_filter:2; member in struct:gen7_sampler_state::__anon14399
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h640 GLuint mip_filter:2; member in struct:brw_sampler_state::__anon27806
689 GLuint mip_filter:2; member in struct:gen7_sampler_state::__anon27810

Completed in 228 milliseconds