Home | History | Annotate | Download | only in etnaviv

Lines Matching refs:PE_COLOR_FORMAT

295         if ((ctx->gpu3d.PE_COLOR_FORMAT & VIVS_PE_COLOR_FORMAT_OVERWRITE) !=
296 (etna_blend_state(ctx->blend)->PE_COLOR_FORMAT & VIVS_PE_COLOR_FORMAT_OVERWRITE))
579 /* Use the components and overwrite bits in framebuffer.PE_COLOR_FORMAT
580 * as a mask to enable the bits from blend PE_COLOR_FORMAT */
583 val |= etna_blend_state(ctx->blend)->PE_COLOR_FORMAT;
584 val &= ctx->framebuffer.PE_COLOR_FORMAT;
585 /*0142C*/ EMIT_STATE(PE_COLOR_FORMAT, val);