Searched refs:filt (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h44 unsigned filt; member in struct:nv30_sampler_state
55 unsigned filt; member in struct:nv30_sampler_view
H A Dnv30_texture.c146 so->filt = filter_mode(cso) | 0x00002000;
177 so->filt |= (int)(cso->lod_bias * 256.0) & 0x1fff;
256 so->filt = fmt->filter;
279 so->filt |= NV30_3D_TEX_FILTER_MIN_NEAREST |
H A Dnv30_fragtex.c53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h44 unsigned filt; member in struct:nv30_sampler_state
55 unsigned filt; member in struct:nv30_sampler_view
H A Dnv30_texture.c146 so->filt = filter_mode(cso) | 0x00002000;
177 so->filt |= (int)(cso->lod_bias * 256.0) & 0x1fff;
257 so->filt = fmt->filter;
280 so->filt |= NV30_3D_TEX_FILTER_MIN_NEAREST |
H A Dnv30_fragtex.c53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py981 filt = self.filter[op]
990 assert len(filt) == self.worklist_index
991 filt.append(rep_index)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py904 filt = self.filter[op]
913 assert len(filt) == self.worklist_index
914 filt.append(rep_index)
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c57 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \
58 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e},
78 * filt - Sampling Engine Filtering
100 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
148 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
187 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
225 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
277 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c57 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, sf) \
58 [ISL_FORMAT_##sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e},
78 * filt - Sampling Engine Filtering
102 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
150 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
190 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
228 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */
280 /* smpl filt shad CK RT AB VB SO color TW TR ccs_e */

Completed in 12 milliseconds