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

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-unaccel.c66 Bool uxa_picture_prepare_access(PicturePtr picture, int mode) function in typeref:typename:Bool
389 if (uxa_picture_prepare_access(pDst, UXA_ACCESS_RW)) {
390 if (uxa_picture_prepare_access(pSrc, UXA_ACCESS_RO)) {
391 if (!pMask || uxa_picture_prepare_access(pMask, UXA_ACCESS_RO)) {
414 if (uxa_picture_prepare_access(pPicture, UXA_ACCESS_RW)) {
H A Duxa-priv.h319 Bool uxa_picture_prepare_access(PicturePtr picture, int mode);
H A Duxa-render.c568 if (uxa_picture_prepare_access(picture, UXA_ACCESS_RW)) {
699 if (uxa_picture_prepare_access(pDst, UXA_ACCESS_RW)) {
756 if (uxa_picture_prepare_access(picture, UXA_ACCESS_RW)) {
757 if (uxa_picture_prepare_access(src, UXA_ACCESS_RO)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-unaccel.c66 Bool uxa_picture_prepare_access(PicturePtr picture, int mode) function in typeref:typename:Bool
389 if (uxa_picture_prepare_access(pDst, UXA_ACCESS_RW)) {
390 if (uxa_picture_prepare_access(pSrc, UXA_ACCESS_RO)) {
391 if (!pMask || uxa_picture_prepare_access(pMask, UXA_ACCESS_RO)) {
414 if (uxa_picture_prepare_access(pPicture, UXA_ACCESS_RW)) {
H A Duxa-priv.h319 Bool uxa_picture_prepare_access(PicturePtr picture, int mode);
H A Duxa-render.c568 if (uxa_picture_prepare_access(picture, UXA_ACCESS_RW)) {
699 if (uxa_picture_prepare_access(pDst, UXA_ACCESS_RW)) {
756 if (uxa_picture_prepare_access(picture, UXA_ACCESS_RW)) {
757 if (uxa_picture_prepare_access(src, UXA_ACCESS_RO)) {

Completed in 8 milliseconds