Lines Matching refs:use
11 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
518 /* Third use the buffers retrieved to fill the drawable info */
973 img->use = 0;
1109 int format, unsigned int use,
1134 if (use & __DRI_IMAGE_USE_SCANOUT)
1136 if (use & __DRI_IMAGE_USE_SHARE)
1138 if (use & __DRI_IMAGE_USE_LINEAR)
1140 if (use & __DRI_IMAGE_USE_CURSOR) {
1145 if (use & __DRI_IMAGE_USE_PROTECTED)
1147 if (use & __DRI_IMAGE_USE_PRIME_BUFFER)
1184 img->use = use;
1195 unsigned int use, void *loaderPrivate)
1197 return dri2_create_image_common(_screen, width, height, format, use,
1218 const unsigned count, unsigned int use,
1221 return dri2_create_image_common(dri_screen, width, height, format, use,
1300 if (image->use & __DRI_IMAGE_USE_BACKBUFFER)
1342 if (image->use & __DRI_IMAGE_USE_BACKBUFFER)
1452 img->use = image->use;
1462 dri2_validate_usage(__DRIimage *image, unsigned int use)
1476 if (use & __DRI_IMAGE_USE_SCANOUT)
1478 if (use & __DRI_IMAGE_USE_LINEAR)
1480 if (use & __DRI_IMAGE_USE_CURSOR)