| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_texture.c | 76 mip_filter(unsigned filter) function 116 A2XX_SQ_TEX_3_MIP_FILTER(mip_filter(cso->min_mip_filter));
|
| instr-a2xx.h | 337 instr_tex_filter_t mip_filter : 2; member in struct:PACKED
|
| disasm-a2xx.c | 414 if (tex->mip_filter != TEX_FILTER_USE_FETCH_CONST) 415 printf(" MIP(%s)", filter[tex->mip_filter]);
|
| ir2_assemble.c | 214 tex->mip_filter = TEX_FILTER_USE_FETCH_CONST; 233 tex->mip_filter = TEX_FILTER_USE_FETCH_CONST;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_texture.c | 76 mip_filter(unsigned filter) function 114 A2XX_SQ_TEX_3_MIP_FILTER(mip_filter(cso->min_mip_filter));
|
| ir2_assemble.c | 217 tex->mip_filter = TEX_FILTER_USE_FETCH_CONST; 236 tex->mip_filter = TEX_FILTER_USE_FETCH_CONST;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample_soa.c | 1748 unsigned mip_filter, 1802 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) { 1891 unsigned mip_filter, 1937 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) { 2053 const unsigned mip_filter = bld->static_sampler_state->min_mip_filter; local 2063 mip_filter, min_filter, mag_filter); 2073 mip_filter != PIPE_TEX_MIPFILTER_NONE) && 2121 mip_filter != PIPE_TEX_MIPFILTER_NONE || is_lodq) { 2128 mip_filter, lod, 2144 switch (mip_filter) { 2437 const unsigned mip_filter = sampler_state->min_mip_filter; local 2755 unsigned mip_filter, min_img_filter, mag_img_filter, i; local [all...] |
| lp_bld_sample_aos.c | 949 unsigned mip_filter, 1005 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) { 1126 const unsigned mip_filter = bld->static_sampler_state->min_mip_filter; local 1154 min_filter, mip_filter, 1181 min_filter, mip_filter,
|
| lp_bld_sample.h | 505 unsigned mip_filter,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_sample_aos.c | 940 unsigned mip_filter, 996 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) { 1122 const unsigned mip_filter = bld->static_sampler_state->min_mip_filter; local 1150 min_filter, mip_filter, 1177 min_filter, mip_filter,
|
| lp_bld_sample_soa.c | 1784 unsigned mip_filter, 1838 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) { 1927 unsigned mip_filter, 1973 if (mip_filter == PIPE_TEX_MIPFILTER_LINEAR) { 2075 unsigned mip_filter, 2512 const unsigned mip_filter = bld->static_sampler_state->min_mip_filter; local 2523 mip_filter, min_filter, mag_filter); 2533 mip_filter != PIPE_TEX_MIPFILTER_NONE) && 2581 mip_filter != PIPE_TEX_MIPFILTER_NONE || is_lodq) { 2596 mip_filter, max_aniso, lod 2923 const unsigned mip_filter = sampler_state->min_mip_filter; local 3283 unsigned mip_filter, min_img_filter, mag_img_filter, i; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| instr-a2xx.h | 332 instr_tex_filter_t mip_filter : 2; member in struct:PACKED
|
| disasm-a2xx.c | 432 if (tex->mip_filter != TEX_FILTER_USE_FETCH_CONST) 433 printf(" MIP(%s)", filter[tex->mip_filter]);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| kgem_debug_gen3.c | 1302 const char *mip_filter = ""; local 1305 case 0: mip_filter = "none"; break; 1306 case 1: mip_filter = "nearest"; break; 1307 case 3: mip_filter = "linear"; break; 1310 "base_mip_level=%i, mip_filter=%s, mag_filter=%s, min_filter=%s " 1316 mip_filter,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| kgem_debug_gen3.c | 1302 const char *mip_filter = ""; local 1305 case 0: mip_filter = "none"; break; 1306 case 1: mip_filter = "nearest"; break; 1307 case 3: mip_filter = "linear"; break; 1310 "base_mip_level=%i, mip_filter=%s, mag_filter=%s, min_filter=%s " 1316 mip_filter,
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| evergreen_textured_videofuncs.c | 280 tex_samp.mip_filter = 0; /* no mipmap */ 375 tex_samp.mip_filter = 0; /* no mipmap */
|
| r600_textured_videofuncs.c | 308 tex_samp.mip_filter = 0; /* no mipmap */ 404 tex_samp.mip_filter = 0; /* no mipmap */
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| evergreen_textured_videofuncs.c | 265 tex_samp.mip_filter = 0; /* no mipmap */ 363 tex_samp.mip_filter = 0; /* no mipmap */
|
| r600_textured_videofuncs.c | 281 tex_samp.mip_filter = 0; /* no mipmap */ 377 tex_samp.mip_filter = 0; /* no mipmap */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| brw_structs.h | 898 unsigned int mip_filter:2; member in struct:brw_sampler_state::__anon7591 1682 unsigned int mip_filter:2; member in struct:gen7_sampler_state::__anon7655
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| brw_structs.h | 898 unsigned int mip_filter:2; member in struct:brw_sampler_state::__anon7758 1682 unsigned int mip_filter:2; member in struct:gen7_sampler_state::__anon7822
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| brw_structs.h | 898 unsigned int mip_filter:2; member in struct:brw_sampler_state::__anon8445 1682 unsigned int mip_filter:2; member in struct:gen7_sampler_state::__anon8509
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| brw_structs.h | 898 unsigned int mip_filter:2; member in struct:brw_sampler_state::__anon8607 1682 unsigned int mip_filter:2; member in struct:gen7_sampler_state::__anon8671
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_state.h | 246 unsigned mip_filter,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_state.h | 249 unsigned mip_filter,
|