Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Resources.h456 internal::SetBits(&wrapSflt, 0, 2, value); in SetWarpModeS()
468 internal::SetBits(&wrapTflt, 0, 2, value); in SetWarpModeT()
480 internal::SetBits(&wrapSflt, 2, 2, value); in SetMinFilter()
492 internal::SetBits(&wrapTflt, 2, 2, value); in SetMagFilter()
620 this->SetBits(0, 2, value); in SetTexMapNum()
632 this->SetBits(2, 2, value); in SetTexSRTNum()
644 this->SetBits(4, 2, value); in SetTexCoordGenNum()
656 this->SetBits(6, 3, value); in SetTevStageNum()
699 void SetBits(int pos, int len, u32 value) in SetBits() function
702 internal::SetBits(&work, pos, len, value); in SetBits()
Dlyt_Types.h99 SetBits( in SetBits() function
121 SetBits( in SetBits() function
1786 bits0 = internal::SetBits(u32(bits0), POS0_COMBINERGB, BITS_COMBINERGB, u32(value)); in SetCombineRgb()
1798 bits1 = internal::SetBits(u32(bits1), POS1_COMBINEALPHA, BITS_COMBINEALPHA, u32(value)); in SetCombineAlpha()
1810 bits0 = internal::SetBits(u32(bits0), POS0_SRCRGB0, BITS_SRCRGB, u32(value)); in SetSrcRgb0()
1822 bits0 = internal::SetBits(u32(bits0), POS0_SRCRGB1, BITS_SRCRGB, u32(value)); in SetSrcRgb1()
1834 bits0 = internal::SetBits(u32(bits0), POS0_SRCRGB2, BITS_SRCRGB, u32(value)); in SetSrcRgb2()
1846 bits1 = internal::SetBits(u32(bits1), POS1_SRCALPHA0, BITS_SRCALPHA, u32(value)); in SetSrcAlpha0()
1858 bits1 = internal::SetBits(u32(bits1), POS1_SRCALPHA1, BITS_SRCALPHA, u32(value)); in SetSrcAlpha1()
1870 bits1 = internal::SetBits(u32(bits1), POS1_SRCALPHA2, BITS_SRCALPHA, u32(value)); in SetSrcAlpha2()
[all …]
Dlyt_Pane.h1476 …m_Flag = internal::SetBits(m_Flag, PANEFLAG_MTXCONDITION, PANEFLAG_MTXCONDITION_LENGTH, static_cas… in SetMtxCondition()