| /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 62 glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, mag_filter ); 169 mag_filter = filter_modes[ selection & 7 ];
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_state.c | 392 const VkFilter mag_filter = local in function:genX 395 const bool enable_mag_filter_addr_rounding = mag_filter != VK_FILTER_NEAREST; 418 .MagModeFilter = vk_to_gen_tex_filter(mag_filter, pCreateInfo->anisotropyEnable),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.h | 85 img_filter_func mag_filter,
|
| H A D | sp_tex_sample.c | 2076 img_filter_func mag_filter, 2103 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); 2159 img_filter_func mag_filter, 2184 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); 2218 img_filter_func mag_filter, 2241 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); 2266 img_filter_func mag_filter, 2286 mag_filter(sp_sview, sp_samp, &args, &rgba[0][j]); 2328 img_filter_func mag_filter, 2535 img_filter_func mag_filter, 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.h | 85 img_filter_func mag_filter,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | samplerobj.h | 88 GLenum min_filter, GLenum mag_filter);
|
| H A D | samplerobj.c | 577 GLenum min_filter, GLenum mag_filter) 585 assert(mag_filter == GL_NEAREST || 586 mag_filter == GL_LINEAR); 588 if (samp->MinFilter == min_filter && samp->MagFilter == mag_filter) 593 samp->MagFilter = mag_filter; 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.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_sampler.c | 135 unsigned mag_filter, 145 if (mag_filter == PIPE_TEX_FILTER_LINEAR) 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 | 135 unsigned mag_filter, 145 if (mag_filter == PIPE_TEX_FILTER_LINEAR) 133 translate_filter_mode(unsigned img_filter,unsigned min_filter,unsigned mag_filter,boolean anisotropic,boolean compare) argument
|
| /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
|
| H A D | disasm-a2xx.c | 410 if (tex->mag_filter != TEX_FILTER_USE_FETCH_CONST) 411 printf(" MAG(%s)", filter[tex->mag_filter]);
|
| H A D | ir2_assemble.c | 212 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; 231 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | samplerobj.h | 88 GLenum min_filter, GLenum mag_filter);
|
| H A D | samplerobj.c | 624 GLenum min_filter, GLenum mag_filter) 632 assert(mag_filter == GL_NEAREST || 633 mag_filter == GL_LINEAR); 635 if (samp->Attrib.MinFilter == min_filter && samp->Attrib.MagFilter == mag_filter) 640 samp->Attrib.MagFilter = mag_filter; 643 samp->Attrib.state.mag_img_filter = filter_to_gallium(mag_filter); 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/dist/src/freedreno/ir2/ |
| H A D | instr-a2xx.h | 330 instr_tex_filter_t mag_filter : 2; member in struct:PACKED
|
| H A D | disasm-a2xx.c | 428 if (tex->mag_filter != TEX_FILTER_USE_FETCH_CONST) 429 printf(" MAG(%s)", filter[tex->mag_filter]);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem_debug_gen7.c | 495 mag = gen7_filter_to_string(ss->ss0.mag_filter); 507 mag = gen7_filter_to_string(ss->ss0.mag_filter);
|
| /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/dist/xvmc/ |
| 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/src/sna/ |
| H A D | kgem_debug_gen7.c | 495 mag = gen7_filter_to_string(ss->ss0.mag_filter); 507 mag = gen7_filter_to_string(ss->ss0.mag_filter);
|
| /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
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | brw_structs.h | 897 unsigned int mag_filter:3; member in struct:brw_sampler_state::__anonbf125d3a4108 1681 unsigned int mag_filter:3; member in struct:gen7_sampler_state::__anonbf125d3a8108
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 215 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST; 234 tex->mag_filter = TEX_FILTER_USE_FETCH_CONST;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_state.h | 248 unsigned mag_filter,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_state.h | 245 unsigned mag_filter,
|