Searched refs:FXVCE_GSREG_COEFF0 (Results 1 – 3 of 3) sorted by relevance
59 FXVCE_GSREG_COEFF0, enumerator
865 { FXVCE_GSREG_COEFF0, "COEFF0", "VCE Cellophane Coefficient 0(1A)", 0x100 | 12 },
3781 …else if(id == FXVCE_GSREG_COEFF0 || id == FXVCE_GSREG_COEFF1 || id == FXVCE_GSREG_COEFF2 || id == … in FXVCE_SetRegister()3782 fx_vce.coefficients[id - FXVCE_GSREG_COEFF0] = value & 0xFFF; in FXVCE_SetRegister()3856 …else if(id == FXVCE_GSREG_COEFF0 || id == FXVCE_GSREG_COEFF1 || id == FXVCE_GSREG_COEFF2 || id == … in FXVCE_GetRegister()3858 value = fx_vce.coefficients[id - FXVCE_GSREG_COEFF0]; in FXVCE_GetRegister()