Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMaterial.cpp409 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
410 fragmentLightingTableParametersHash ^= ((u32)imageLut.ptr()) << D0_SHIFT; in CalcFragmentLightingTableHash()
419 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
421 ((u32)imageLut.ptr() << D1_SHIFT) | ((u32)imageLut.ptr() >> (MAX_BITS - D1_SHIFT)); in CalcFragmentLightingTableHash()
430 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
432 ((u32)imageLut.ptr() << RR_SHIFT) | ((u32)imageLut.ptr() >> (MAX_BITS - RR_SHIFT)); in CalcFragmentLightingTableHash()
441 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
443 ((u32)imageLut.ptr() << RG_SHIFT) | in CalcFragmentLightingTableHash()
444 ((u32)imageLut.ptr() >> (MAX_BITS - RG_SHIFT)); in CalcFragmentLightingTableHash()
453 ResImageLookupTable imageLut = refLut.Dereference(); in CalcFragmentLightingTableHash() local
[all …]
Dgfx_ResLookupTable.cpp73 ResImageLookupTable imageLut = ResStaticCast<ResImageLookupTable>( resLut ); in ResImageLut_Cleanup() local
75 GraphicsDevice::InvalidateLookupTable(imageLut); in ResImageLut_Cleanup()