Lines Matching refs:layerBlend
2587 DPU_LAYERBLEND_Type *layerBlend; in DPU_InitLayerBlend() local
2591 layerBlend = (DPU_LAYERBLEND_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitLayerBlend()
2594 layerBlend->STATICCONTROL = DPU_LAYERBLEND_STATICCONTROL_ShdEn_MASK | in DPU_InitLayerBlend()
2611 layerBlend->POSITION = 0U; in DPU_InitLayerBlend()
2627 DPU_LAYERBLEND_Type *layerBlend; in DPU_SetLayerBlendConfig() local
2629 layerBlend = (DPU_LAYERBLEND_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetLayerBlendConfig()
2632 layerBlend->BLENDCONTROL = DPU_LAYERBLEND_BLENDCONTROL_BlendAlpha(config->constAlpha) | in DPU_SetLayerBlendConfig()
2639 layerBlend->CONTROL = ((layerBlend->CONTROL & ~(DPU_LAYERBLEND_CONTROL_AlphaMaskEnable_MASK | in DPU_SetLayerBlendConfig()
2656 …DPU_LAYERBLEND_Type *layerBlend = (DPU_LAYERBLEND_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(u… in DPU_EnableLayerBlend() local
2660 layerBlend->CONTROL |= DPU_LAYERBLEND_CONTROL_MODE_MASK; in DPU_EnableLayerBlend()
2664 layerBlend->CONTROL &= ~DPU_LAYERBLEND_CONTROL_MODE_MASK; in DPU_EnableLayerBlend()