HomeSort by relevance Sort by last modified time
    Searched full:cbuf_surface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_static.c 97 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, &fixup)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 97 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, &fixup)
    [all...]

Completed in 153 milliseconds