Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h79 BIT64_TRANSLUCENCY_KIND_MASK = (1 << BIT64_TRANSLUCENCY_KIND_BIT_SIZE) - 1, enumerator
213 m_Key |= static_cast<KeyType>(translucencyKind & BIT64_TRANSLUCENCY_KIND_MASK) in SetDetailedMaterialIdAndTranslucencyKind()
245 & BIT64_TRANSLUCENCY_KIND_MASK) << BIT64_TRANSLUCENCY_KIND_SHIFT; in SetSimpleMaterialIdAndTranslucencyKind()
251 m_Key |= (static_cast<KeyType>(translucencyKind) & BIT64_TRANSLUCENCY_KIND_MASK) in SetTranslucencyKind()