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 …]
718 ResReferenceLookupTable sampler = in CopyResLightingLookupTable() local723 new (referenceTableMemory) ResReferenceLookupTableData(sampler.ref()); in CopyResLightingLookupTable()725 referenceLookupTable->toTargetLut.set_ptr(sampler.GetTargetLut().ptr()); in CopyResLightingLookupTable()726 referenceLookupTable->toPath.set_ptr(sampler.GetPath()); in CopyResLightingLookupTable()727 referenceLookupTable->toTableName.set_ptr(sampler.GetTableName()); in CopyResLightingLookupTable()
212 ResStandardTextureSampler sampler(mapper.ref().toSampler.to_ptr()); in SetValue() local217 sampler.SetBorderColor(color); in SetValue()