Home
last modified time | relevance | path

Searched defs:i915_surface (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_context.h225 struct i915_surface { struct
226 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