Searched defs:i915_surface (Results 1 – 1 of 1) sorted by relevance
225 struct i915_surface { struct226 struct pipe_surface templ;227 uint32_t buf_info; /* _3DSTATE_BUF_INFO_CMD flags */231 uint32_t oc_swizzle;234 uint8_t color_swizzle[4];236 bool alpha_in_g : 1;237 bool alpha_is_x : 1;434 i915_surface(struct pipe_surface *pipe) in i915_surface() function