Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h235 struct i915_surface { struct
236 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