Lines Matching refs:IsValid
30 NW_ASSERT( this->IsValid() ); in Setup()
51 NW_ASSERT( this->IsValid() ); in Setup()
55 if (this->GetDistribution0Sampler().IsValid()) in Setup()
70 if (this->GetDistribution1Sampler().IsValid()) in Setup()
85 if (this->GetReflectanceRSampler().IsValid()) in Setup()
100 if (this->GetReflectanceGSampler().IsValid()) in Setup()
115 if (this->GetReflectanceBSampler().IsValid()) in Setup()
130 if (this->GetFresnelSampler().IsValid()) in Setup()
159 …ingTable.GetDistribution0Sampler().IsValid() || !fragmentLightingTable.GetDistribution0Sampler().G… in CheckFragmentShader()
167 …ingTable.GetDistribution1Sampler().IsValid() || !fragmentLightingTable.GetDistribution1Sampler().G… in CheckFragmentShader()
175 …mentLightingTable.GetFresnelSampler().IsValid() || !fragmentLightingTable.GetFresnelSampler().GetS… in CheckFragmentShader()
189 …htingTable.GetReflectanceRSampler().IsValid() || !fragmentLightingTable.GetReflectanceRSampler().G… in CheckFragmentShader()
195 …htingTable.GetReflectanceGSampler().IsValid() || !fragmentLightingTable.GetReflectanceGSampler().G… in CheckFragmentShader()
201 …htingTable.GetReflectanceBSampler().IsValid() || !fragmentLightingTable.GetReflectanceBSampler().G… in CheckFragmentShader()