Searched refs:resFragmentLightingTable (Results 1 – 6 of 6) sorted by relevance
195 ResFragmentLightingTable resFragmentLightingTable = in GetMemorySizeInternal() local199 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid()) in GetMemorySizeInternal()203 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in GetMemorySizeInternal()207 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid()) in GetMemorySizeInternal()211 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in GetMemorySizeInternal()215 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in GetMemorySizeInternal()219 if (resFragmentLightingTable.GetFresnelSampler().IsValid()) in GetMemorySizeInternal()467 ResFragmentLightingTable resFragmentLightingTable = in CopyResMaterial() local469 if (resFragmentLightingTable.IsValid()) in CopyResMaterial()472 this->CopyResFragmentLightingTable(allocator, resFragmentLightingTable); in CopyResMaterial()[all …]
149 …const ResFragmentLightingTable resFragmentLightingTable = resFramgnetLightingTableResMaterial.GetF… in Activate() local150 …ernal::MaterialState::ActivateFragmentLightingTable(resFragmentLighting, resFragmentLightingTable); in Activate()
156 …ResFragmentLightingTable resFragmentLightingTable =original.GetFragmentShader().GetFragmentLightin… in Activate() local161 …ernal::MaterialState::ActivateFragmentLightingTable(resFragmentLighting, resFragmentLightingTable); in Activate()
398 … ResFragmentLightingTable resFragmentLightingTable = resFragmentShader.GetFragmentLightingTable(); in CalcFragmentLightingTableHash() local399 NW_ASSERT(resFragmentLightingTable.IsValid()); in CalcFragmentLightingTableHash()404 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in CalcFragmentLightingTableHash()406 …nceLookupTable refLut = ResDynamicCast<ResReferenceLookupTable>(resFragmentLightingTable.GetDistri… in CalcFragmentLightingTableHash()414 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in CalcFragmentLightingTableHash()416 …nceLookupTable refLut = ResDynamicCast<ResReferenceLookupTable>(resFragmentLightingTable.GetDistri… in CalcFragmentLightingTableHash()425 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid()) in CalcFragmentLightingTableHash()427 …nceLookupTable refLut = ResDynamicCast<ResReferenceLookupTable>(resFragmentLightingTable.GetReflec… in CalcFragmentLightingTableHash()436 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in CalcFragmentLightingTableHash()438 …nceLookupTable refLut = ResDynamicCast<ResReferenceLookupTable>(resFragmentLightingTable.GetReflec… in CalcFragmentLightingTableHash()[all …]
34 ResFragmentLightingTable resFragmentLightingTable = this->GetFragmentLightingTable(); in Setup() local35 result |= resFragmentLightingTable.Setup(allocator, graphicsFile); in Setup()
343 ResFragmentLightingTable resFragmentLightingTable);