Home | History | Annotate | Download | only in nvc0

Lines Matching refs:sampler

460       struct nv50_tsc_entry *sampler[2];
465 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */
666 blit->sampler[0].id = -1;
668 blit->sampler[0].tsc[0] = NV50_TSC_0_SRGB_CONVERSION_ALLOWED |
672 blit->sampler[0].tsc[1] =
677 blit->sampler[1].id = -1;
679 blit->sampler[1].tsc[0] = blit->sampler[0].tsc[0];
680 blit->sampler[1].tsc[1] =
882 blit->saved.sampler[0] = nvc0->samplers[4][0];
883 blit->saved.sampler[1] = nvc0->samplers[4][1];
885 nvc0->samplers[4][0] = &blit->sampler[blit->filter];
886 nvc0->samplers[4][1] = &blit->sampler[blit->filter];
933 nvc0->samplers[4][0] = blit->saved.sampler[0];
934 nvc0->samplers[4][1] = blit->saved.sampler[1];