Searched refs:sampler (Results 1 – 3 of 3) sorted by relevance
727 ResTextureSampler sampler = mapper.GetSampler(); in SetupTextureMapperCommand() local728 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() local822 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() local884 NW_ASSERT(sampler.IsValid()); in SetupTextureMapperCommand()[all …]
716 ResReferenceLookupTable sampler = in CopyResLightingLookupTable() local721 new (referenceTableMemory) ResReferenceLookupTableData(sampler.ref()); in CopyResLightingLookupTable()723 referenceLookupTable->toTargetLut.set_ptr(sampler.GetTargetLut().ptr()); in CopyResLightingLookupTable()724 referenceLookupTable->toPath.set_ptr(sampler.GetPath()); in CopyResLightingLookupTable()725 referenceLookupTable->toTableName.set_ptr(sampler.GetTableName()); in CopyResLightingLookupTable()
210 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue() local215 sampler.SetBorderColor(color); in SetValue()