Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h1917 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB0, BITS_OPERANDRGB, u32(value)); in SetOperandRgb0()
1929 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB1, BITS_OPERANDRGB, u32(value)); in SetOperandRgb1()
1941 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB2, BITS_OPERANDRGB, u32(value)); in SetOperandRgb2()
2146 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB0, BITS_OPERANDRGB)); in GetOperandRgb0()
2157 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB1, BITS_OPERANDRGB)); in GetOperandRgb1()
2168 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB2, BITS_OPERANDRGB)); in GetOperandRgb2()
2290 BITS_OPERANDRGB = 4, enumerator
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Common.cpp43 BITS_OPERANDRGB * 3 + in CompileCheck()