Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Types.h1877 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB0, BITS_OPERANDRGB, u32(value)); in SetOperandRgb0()
1889 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB1, BITS_OPERANDRGB, u32(value)); in SetOperandRgb1()
1901 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB2, BITS_OPERANDRGB, u32(value)); in SetOperandRgb2()
2106 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB0, BITS_OPERANDRGB)); in GetOperandRgb0()
2117 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB1, BITS_OPERANDRGB)); in GetOperandRgb1()
2128 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB2, BITS_OPERANDRGB)); in GetOperandRgb2()
2245 BITS_OPERANDRGB = 4, enumerator
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Common.cpp41 BITS_OPERANDRGB * 3 + in CompileCheck()