Home
last modified time | relevance | path

Searched refs:imageLut (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMaterial.cpp467 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
468 fragmentLightingTableParametersHash ^= ((u32)imageLut.ptr()) << D0_SHIFT; in CalcFragmentLightingTableHash()
477 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
479 ((u32)imageLut.ptr() << D1_SHIFT) | ((u32)imageLut.ptr() >> (MAX_BITS - D1_SHIFT)); in CalcFragmentLightingTableHash()
488 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
490 ((u32)imageLut.ptr() << RR_SHIFT) | ((u32)imageLut.ptr() >> (MAX_BITS - RR_SHIFT)); in CalcFragmentLightingTableHash()
499 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
501 ((u32)imageLut.ptr() << RG_SHIFT) | in CalcFragmentLightingTableHash()
502 ((u32)imageLut.ptr() >> (MAX_BITS - RG_SHIFT)); in CalcFragmentLightingTableHash()
511 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
[all …]
Dgfx_ResLookupTable.cpp75 ResImageLookupTable imageLut = ResStaticCast<ResImageLookupTable>( resLut ); in ResImageLut_Cleanup() local
77 GraphicsDevice::InvalidateLookupTable(imageLut); in ResImageLut_Cleanup()