| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_state.c | 392 const VkFilter mag_filter = local in function:genX
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texfilt.c | 43 static GLenum mag_filter = GL_LINEAR; variable in typeref:typename:GLenum
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_sampler.c | 133 translate_filter_mode(unsigned img_filter,unsigned min_filter,unsigned mag_filter,boolean anisotropic,boolean compare) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_sampler.c | 133 translate_filter_mode(unsigned img_filter,unsigned min_filter,unsigned mag_filter,boolean anisotropic,boolean compare) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_state.c | 812 const VkFilter mag_filter = local in function:genX
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | samplerobj.c | 575 _mesa_set_sampler_filters(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum min_filter,GLenum mag_filter) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | samplerobj.c | 622 _mesa_set_sampler_filters(struct gl_context * ctx,struct gl_sampler_object * samp,GLenum min_filter,GLenum mag_filter) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 1128 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; local in function:lp_build_sample_aos
|
| H A D | lp_bld_sample_soa.c | 2055 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; local in function:lp_build_sample_common 2439 const unsigned mag_filter = sampler_state->mag_img_filter; local in function:lp_build_sample_general [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 1124 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; local in function:lp_build_sample_aos
|
| H A D | lp_bld_sample_soa.c | 2514 const unsigned mag_filter = bld->static_sampler_state->mag_img_filter; local in function:lp_build_sample_common 2925 const unsigned mag_filter = sampler_state->mag_img_filter; local in function:lp_build_sample_general [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | instr-a2xx.h | 335 instr_tex_filter_t mag_filter : 2; member in struct:PACKED
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| H A D | instr-a2xx.h | 330 instr_tex_filter_t mag_filter : 2; member in struct:PACKED
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2073 mip_filter_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2156 mip_filter_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2215 mip_filter_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2263 mip_filter_none_no_filter_select(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2325 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2532 mip_filter_linear_aniso(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],UNUSED int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2664 mip_filter_linear_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2087 mip_filter_linear(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2170 mip_filter_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2229 mip_filter_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2277 mip_filter_none_no_filter_select(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2339 img_filter_2d_ewa(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],const uint faces[TGSI_QUAD_SIZE],const int8_t * offset,unsigned level,const float dudx,const float dvdx,const float dudy,const float dvdy,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2546 mip_filter_linear_aniso(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],UNUSED int gather_comp,const float lod_in[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument 2678 mip_filter_linear_2d_linear_repeat_POT(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_comp,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | i915_structs.h | 482 unsigned mag_filter:3; member in struct:texture_sampler::__anonea2082431c08
|
| H A D | brw_structs.h | 897 unsigned int mag_filter:3; member in struct:brw_sampler_state::__anon5c4f4f864108 1681 unsigned int mag_filter:3; member in struct:gen7_sampler_state::__anon5c4f4f868108
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | i915_structs.h | 482 unsigned mag_filter:3; member in struct:texture_sampler::__anona54546771c08
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | brw_structs.h | 892 unsigned int mag_filter:3; member in struct:brw_sampler_state::__anonfa77c8dc4108
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | i915_structs.h | 516 unsigned mag_filter : 3; member in struct:texture_sampler::__anon8e8c39661d08
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen8_render.h | 1035 /* 17 */ unsigned int mag_filter:3; member in struct:gen8_sampler_state::__anon6ef517f00608
|
| H A D | gen9_render.h | 1044 /* 17 */ unsigned int mag_filter:3; member in struct:gen9_sampler_state::__anon72ffa9110608
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | brw_structs.h | 897 unsigned int mag_filter:3; member in struct:brw_sampler_state::__anon375735ed4108 1681 unsigned int mag_filter:3; member in struct:gen7_sampler_state::__anon375735ed8108
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen8_render.h | 1034 /* 17 */ unsigned int mag_filter:3; member in struct:gen8_sampler_state::__anon865bb9240608
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | brw_structs.h | 897 unsigned int mag_filter:3; member in struct:brw_sampler_state::__anon4ebdd7214108 1681 unsigned int mag_filter:3; member in struct:gen7_sampler_state::__anon4ebdd7218108
|