Searched refs:layerBlend (Results 1 – 1 of 1) sorted by relevance
2587 DPU_LAYERBLEND_Type *layerBlend; in DPU_InitLayerBlend() local2591 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() local2629 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() local2660 layerBlend->CONTROL |= DPU_LAYERBLEND_CONTROL_MODE_MASK; in DPU_EnableLayerBlend()[all …]