Lines Matching refs:sampler
727 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand() local
728 NW_ASSERT(sampler.IsValid()); in SetupTextureMapperCommand()
729 if ((sampler.GetMinFilter() != ResTextureSampler::MINFILTER_NEAREST) && in SetupTextureMapperCommand()
730 (sampler.GetMinFilter() != ResTextureSampler::MINFILTER_LINEAR)) in SetupTextureMapperCommand()
821 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand() local
822 NW_ASSERT(sampler.IsValid()); in SetupTextureMapperCommand()
823 if ((sampler.GetMinFilter() != ResTextureSampler::MINFILTER_NEAREST) && in SetupTextureMapperCommand()
824 (sampler.GetMinFilter() != ResTextureSampler::MINFILTER_LINEAR)) in SetupTextureMapperCommand()
883 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand() local
884 NW_ASSERT(sampler.IsValid()); in SetupTextureMapperCommand()
885 if ((sampler.GetMinFilter() != ResTextureSampler::MINFILTER_NEAREST) && in SetupTextureMapperCommand()
886 (sampler.GetMinFilter() != ResTextureSampler::MINFILTER_LINEAR)) in SetupTextureMapperCommand()