Searched defs:dri_state (Results 1 – 4 of 4) sorted by relevance
65 struct dri_state { struct66 struct drm_state base;67 struct dri_drawable *drawable_hash[DRAWABLE_HASH_SZ];69 struct dri_drawable *(*createDrawable)(VADriverContextP ctx, XID x_drawable);70 void (*destroyDrawable)(VADriverContextP ctx, struct dri_drawable *dri_drawable);71 void (*swapBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);72 … union dri_buffer *(*getRenderingBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);73 void (*close)(VADriverContextP ctx);75 unsigned long va_reserved[16];
64 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in do_drawable_hash() local90 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_free_drawable() local106 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_free_drawable_hashtable() local132 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_swap_buffer() local140 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_get_rendering_buffer() local
54 struct dri_state *dri_state; in va_DisplayContextDestroy() local102 struct dri_state *dri_state; in vaGetDisplay() local
167 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in dri2Close() local201 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_isDRI2Connected() local