Searched defs:i915_surface (Results 1 – 1 of 1) sorted by relevance
235 struct i915_surface { struct236 struct pipe_surface templ;237 uint32_t buf_info; /* _3DSTATE_BUF_INFO_CMD flags */241 uint32_t oc_swizzle;244 uint8_t color_swizzle[4];246 bool alpha_in_g : 1;247 bool alpha_is_x : 1;444 i915_surface(struct pipe_surface *pipe) in i915_surface() function