Lines Matching refs:IsValid
32 NW_ASSERT( this->IsValid() ); in Setup()
53 NW_ASSERT( this->IsValid() ); in Setup()
57 if (this->GetDistribution0Sampler().IsValid()) in Setup()
72 if (this->GetDistribution1Sampler().IsValid()) in Setup()
87 if (this->GetReflectanceRSampler().IsValid()) in Setup()
102 if (this->GetReflectanceGSampler().IsValid()) in Setup()
117 if (this->GetReflectanceBSampler().IsValid()) in Setup()
132 if (this->GetFresnelSampler().IsValid()) in Setup()
161 …ingTable.GetDistribution0Sampler().IsValid() || !fragmentLightingTable.GetDistribution0Sampler().G… in CheckFragmentShader()
169 …ingTable.GetDistribution1Sampler().IsValid() || !fragmentLightingTable.GetDistribution1Sampler().G… in CheckFragmentShader()
177 …mentLightingTable.GetFresnelSampler().IsValid() || !fragmentLightingTable.GetFresnelSampler().GetS… in CheckFragmentShader()
191 …htingTable.GetReflectanceRSampler().IsValid() || !fragmentLightingTable.GetReflectanceRSampler().G… in CheckFragmentShader()
197 …htingTable.GetReflectanceGSampler().IsValid() || !fragmentLightingTable.GetReflectanceGSampler().G… in CheckFragmentShader()
203 …htingTable.GetReflectanceBSampler().IsValid() || !fragmentLightingTable.GetReflectanceBSampler().G… in CheckFragmentShader()