Searched defs:cbuf_surface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_static.c97 struct pipe_surface *cbuf_surface = i915->framebuffer.cbufs[0]; local
103 if (cbuf_surface) {
104 struct i915_texture *tex = i915_texture(cbuf_surface->texture);
112 layer = cbuf_surface->u.tex.first_layer;
114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx;
115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
200 struct pipe_surface *cbuf_surface = i915->framebuffer.cbufs[0]; local
207 if (cbuf_surface)
208 cformat = cbuf_surface->format;
242 need_fixup = need_target_fixup(cbuf_surface,
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c97 struct pipe_surface *cbuf_surface = i915->framebuffer.cbufs[0]; local
103 if (cbuf_surface) {
104 struct i915_texture *tex = i915_texture(cbuf_surface->texture);
112 layer = cbuf_surface->u.tex.first_layer;
114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx;
115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
200 struct pipe_surface *cbuf_surface = i915->framebuffer.cbufs[0]; local
207 if (cbuf_surface)
208 cformat = cbuf_surface->format;
242 need_fixup = need_target_fixup(cbuf_surface,
[all...]

Completed in 383 milliseconds