Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/gd/src/
DGDTev.c244 #define TEV_REGISTER_VAL_MASK ((1<<TEV_REGISTER_VAL_SIZE)-1) macro
250 regRA = TEV_REGISTERL( (color.r & TEV_REGISTER_VAL_MASK), in GDSetTevColorS10()
251 (color.a & TEV_REGISTER_VAL_MASK), in GDSetTevColorS10()
254 regBG = TEV_REGISTERH( (color.b & TEV_REGISTER_VAL_MASK), in GDSetTevColorS10()
255 (color.g & TEV_REGISTER_VAL_MASK), in GDSetTevColorS10()