Searched refs:dstFmt (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_exa.c547 const struct exa_format_t *srcFmt, *dstFmt; local in function:lx_check_composite
654 if ((dstFmt = lx_get_format(pDst)) == NULL)
663 if (!pMsk && (!dstFmt->alphabits && usesDstAlpha(op)))
667 if (srcFmt->alphabits == 0 && dstFmt->alphabits != 0)
672 if (exaScratch.rotate != RR_Rotate_0 && srcFmt != dstFmt) {
685 const struct exa_format_t *srcFmt, *dstFmt; local in function:lx_prepare_composite
690 dstFmt = lx_get_format(pDst);
695 exaScratch.dstFormat = (struct exa_format_t *) dstFmt;

Completed in 4 milliseconds