Lines Matching defs:depth
78 get_xcb_visualtype_for_depth(struct loader_dri3_drawable *draw, int depth)
89 if (depth_iter.data->depth != depth)
126 /* Get red channel mask for given drawable at given depth. */
128 dri3_get_red_mask_for_depth(struct loader_dri3_drawable *draw, int depth)
130 xcb_visualtype_t *visual = get_xcb_visualtype_for_depth(draw, depth);
454 draw->depth = reply->depth;
1297 * Usually linear_format == format, except for depth >= 30 formats, where
1402 int width, int height, int depth)
1450 depth, buffer->cpp * 8);
1638 depth, buffer->cpp * 8,
1649 depth, buffer->cpp * 8,
1796 draw->depth = geom_reply->depth;
2054 draw->depth);
2367 draw->width, draw->height, draw->depth);