Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResFragmentShader.cpp168 if ( ut::CheckFlag(flags, ResFragmentLightingData::FLAG_DISTRIBUTION1_ENABLED) && in CheckFragmentShader()
171 flags = ut::DisableFlag(flags, ResFragmentLightingData::FLAG_DISTRIBUTION1_ENABLED); in CheckFragmentShader()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ActivateCommand.h380 … = ut::CheckFlag(fragmentLighting.GetFlags(), ResFragmentLightingData::FLAG_DISTRIBUTION1_ENABLED); in ActivateFragmentLighting()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp109 …isDistribution1Enbaled = ut::CheckFlag(flags, ResFragmentLightingData::FLAG_DISTRIBUTION1_ENABLED); in ActivateFragmentLightingTable()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResFragmentShader.h48 FLAG_DISTRIBUTION1_ENABLED = 0x1 << FLAG_DISTRIBUTION1_ENABLED_SHIFT, enumerator