Lines Matching full:blend
1051 /**************** blend mode check ****************/ in rga_check_blend()
1058 IM_LOGW("Blend mode 'src_over' unsupported src format without alpha, " in rga_check_blend()
1069 IM_LOGW("Blend mode 'dst_over' unsupported pat format without alpha, " in rga_check_blend()
1078 IM_LOGW("Blend mode 'dst_over' unsupported dst format without alpha, " in rga_check_blend()
1089 IM_LOGW("Blend mode unsupported format without alpha, " in rga_check_blend()
1101 IM_LOGW("In the three-channel mode Alapha blend, the width and height of the src1 channel " in rga_check_blend()
1631 /* Blend */ in rga_task_submit()
1635 srcinfo.blend = 0x1; in rga_task_submit()
1638 srcinfo.blend = 0x2; in rga_task_submit()
1641 srcinfo.blend = (usage & IM_ALPHA_BLEND_PRE_MUL) ? 0x405 : 0x105; in rga_task_submit()
1650 srcinfo.blend = (usage & IM_ALPHA_BLEND_PRE_MUL) ? 0x504 : 0x501; in rga_task_submit()
1660 if(srcinfo.blend == 0) in rga_task_submit()
1661 IM_LOGE("rga_im2d: Could not find blend usage : 0x%x \n", usage); in rga_task_submit()
1665 srcinfo.blend ^= src.global_alpha << 16; in rga_task_submit()
1667 srcinfo.blend ^= 0xFF << 16; in rga_task_submit()
1673 srcinfo.blend = 0xff0105; in rga_task_submit()