Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/gd/src/
DGDTev.c217 u32 regRA, regBG; in GDSetTevColor() local
219 regRA = TEV_REGISTERL( color.r, color.a, TEV_COLOR_REG, in GDSetTevColor()
223 GDWriteBPCmd( regRA ); in GDSetTevColor()
248 u32 regRA, regBG; in GDSetTevColorS10() local
250 regRA = TEV_REGISTERL( (color.r & TEV_REGISTER_VAL_MASK), in GDSetTevColorS10()
258 GDWriteBPCmd( regRA ); in GDSetTevColorS10()
279 u32 regRA, regBG; in GDSetTevKColor() local
281 regRA = TEV_REGISTERL( color.r, color.a, TEV_KONSTANT_REG, in GDSetTevKColor()
285 GDWriteBPCmd( regRA ); in GDSetTevKColor()