Home
last modified time | relevance | path

Searched refs:FLAG_DISTRIBUTION0_ENABLED (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResFragmentShader.cpp158 if ( ut::CheckFlag(flags, ResFragmentLightingData::FLAG_DISTRIBUTION0_ENABLED) && in CheckFragmentShader()
161 flags = ut::DisableFlag(flags, ResFragmentLightingData::FLAG_DISTRIBUTION0_ENABLED); in CheckFragmentShader()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ActivateCommand.h377 … = ut::CheckFlag(fragmentLighting.GetFlags(), ResFragmentLightingData::FLAG_DISTRIBUTION0_ENABLED); in ActivateFragmentLighting()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp106 …isDistribution0Enbaled = ut::CheckFlag(flags, ResFragmentLightingData::FLAG_DISTRIBUTION0_ENABLED); in ActivateFragmentLightingTable()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResFragmentShader.h45 FLAG_DISTRIBUTION0_ENABLED = 0x1 << FLAG_DISTRIBUTION0_ENABLED_SHIFT, enumerator