Lines Matching defs:images
214 struct __DRIimageList *images,
219 struct __DRIimageList *images,
292 images);
448 struct __DRIimageList images;
458 if (!dri_image_drawable_get_buffers(drawable, &images,
527 if (images.image_mask & __DRI_IMAGE_BUFFER_FRONT) {
530 struct pipe_resource *texture = images.front->texture;
536 handle_in_fence(ctx->cPriv, images.front);
539 if (images.image_mask & __DRI_IMAGE_BUFFER_BACK) {
542 struct pipe_resource *texture = images.back->texture;
548 handle_in_fence(ctx->cPriv, images.back);
551 if (images.image_mask & __DRI_IMAGE_BUFFER_SHARED) {
554 struct pipe_resource *texture = images.back->texture;
560 handle_in_fence(ctx->cPriv, images.back);
1450 /* This should be 0 for sub images, but dup is also used for base images. */
1472 * __DRI_IMAGE_USE_SHARE (all images are shareable)
1473 * __DRI_IMAGE_USE_BACKBUFFER (all images support this)
1557 /* set this to 0 for sub images. */