Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h1882 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB0, BITS_OPERANDRGB, u32(value)); in SetOperandRgb0()
1894 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB1, BITS_OPERANDRGB, u32(value)); in SetOperandRgb1()
1906 bits0 = internal::SetBits(u32(bits0), POS0_OPERANDRGB2, BITS_OPERANDRGB, u32(value)); in SetOperandRgb2()
2111 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB0, BITS_OPERANDRGB)); in GetOperandRgb0()
2122 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB1, BITS_OPERANDRGB)); in GetOperandRgb1()
2133 return TevOpRgb(internal::GetBits(u32(bits0), POS0_OPERANDRGB2, BITS_OPERANDRGB)); in GetOperandRgb2()
2255 BITS_OPERANDRGB = 4, enumerator
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Common.cpp41 BITS_OPERANDRGB * 3 + in CompileCheck()