HomeSort by relevance Sort by last modified time
    Searched defs:fb_state (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.h 61 struct pipe_framebuffer_state fb_state; member in struct:vl_zscan_buffer
vl_idct.h 65 struct pipe_framebuffer_state fb_state; member in struct:vl_idct_buffer
vl_mc.h 65 struct pipe_framebuffer_state fb_state; member in struct:vl_mc_buffer
vl_matrix_filter.c 290 struct pipe_framebuffer_state fb_state; local
300 memset(&fb_state, 0, sizeof(fb_state));
301 fb_state.width = dst->width;
302 fb_state.height = dst->height;
303 fb_state.nr_cbufs = 1;
304 fb_state.cbufs[0] = dst;
312 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state);
vl_median_filter.c 369 struct pipe_framebuffer_state fb_state; local
379 memset(&fb_state, 0, sizeof(fb_state));
380 fb_state.width = dst->width;
381 fb_state.height = dst->height;
382 fb_state.nr_cbufs = 1;
383 fb_state.cbufs[0] = dst;
391 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state);
vl_compositor.h 93 struct pipe_framebuffer_state fb_state; member in struct:vl_compositor
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 101 struct pipe_framebuffer_state fb_state; local
105 fb_state.width = dst->width;
106 fb_state.height = dst->height;
107 fb_state.nr_cbufs = 1;
108 fb_state.cbufs[0] = dst;
109 fb_state.zsbuf = NULL;
110 pipe->set_framebuffer_state(pipe, &fb_state);
133 struct pipe_framebuffer_state fb_state; local
137 fb_state.width = dst->width;
138 fb_state.height = dst->height
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1127 struct pipe_framebuffer_state fb_state; local
1286 struct pipe_framebuffer_state fb_state; local
1335 struct pipe_framebuffer_state fb_state; local
1399 struct pipe_framebuffer_state fb_state; local
1515 struct pipe_framebuffer_state fb_state; local
1572 struct pipe_framebuffer_state fb_state; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 501 struct r300_atom fb_state; member in struct:r300_context

Completed in 207 milliseconds