Lines Matching refs:resFragmentLightingTable

195                         ResFragmentLightingTable resFragmentLightingTable =  in GetMemorySizeInternal()  local
199 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() local
469 if (resFragmentLightingTable.IsValid()) in CopyResMaterial()
472 this->CopyResFragmentLightingTable(allocator, resFragmentLightingTable); in CopyResMaterial()
535 … ResFragmentLightingTable resFragmentLightingTable = resFragmentShader.GetFragmentLightingTable(); in DestroyResFragmentShader() local
537 if (resFragmentLightingTable.IsValid()) in DestroyResFragmentShader()
539 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid()) in DestroyResFragmentShader()
541 allocator->Free(resFragmentLightingTable.GetReflectanceRSampler().ptr()); in DestroyResFragmentShader()
544 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid()) in DestroyResFragmentShader()
546 allocator->Free(resFragmentLightingTable.GetReflectanceGSampler().ptr()); in DestroyResFragmentShader()
549 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid()) in DestroyResFragmentShader()
551 allocator->Free(resFragmentLightingTable.GetReflectanceBSampler().ptr()); in DestroyResFragmentShader()
554 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid()) in DestroyResFragmentShader()
556 allocator->Free(resFragmentLightingTable.GetDistribution0Sampler().ptr()); in DestroyResFragmentShader()
559 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid()) in DestroyResFragmentShader()
561 allocator->Free(resFragmentLightingTable.GetDistribution1Sampler().ptr()); in DestroyResFragmentShader()
564 if (resFragmentLightingTable.GetFresnelSampler().IsValid()) in DestroyResFragmentShader()
566 allocator->Free(resFragmentLightingTable.GetFresnelSampler().ptr()); in DestroyResFragmentShader()
569 allocator->Free(resFragmentLightingTable.ptr()); in DestroyResFragmentShader()
592 ResFragmentLightingTable resFragmentLightingTable) in CopyResFragmentLightingTable() argument
604 new(tableMemory) ResFragmentLightingTableData(resFragmentLightingTable.ref()); in CopyResFragmentLightingTable()
613 if (resFragmentLightingTable.GetReflectanceRSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
616 … this->CopyResLightingLookupTable(allocator, resFragmentLightingTable.GetReflectanceRSampler()); in CopyResFragmentLightingTable()
623 if (resFragmentLightingTable.GetReflectanceGSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
626 … this->CopyResLightingLookupTable(allocator, resFragmentLightingTable.GetReflectanceGSampler()); in CopyResFragmentLightingTable()
633 if (resFragmentLightingTable.GetReflectanceBSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
636 … this->CopyResLightingLookupTable(allocator, resFragmentLightingTable.GetReflectanceBSampler()); in CopyResFragmentLightingTable()
643 if (resFragmentLightingTable.GetDistribution0Sampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
646 … this->CopyResLightingLookupTable(allocator, resFragmentLightingTable.GetDistribution0Sampler()); in CopyResFragmentLightingTable()
653 if (resFragmentLightingTable.GetDistribution1Sampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
656 … this->CopyResLightingLookupTable(allocator, resFragmentLightingTable.GetDistribution1Sampler()); in CopyResFragmentLightingTable()
663 if (resFragmentLightingTable.GetFresnelSampler().IsValid() && result.IsSuccess()) in CopyResFragmentLightingTable()
666 … this->CopyResLightingLookupTable(allocator, resFragmentLightingTable.GetFresnelSampler()); in CopyResFragmentLightingTable()