Searched defs:fb_state (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_zscan.h61 struct pipe_framebuffer_state fb_state; member in struct:vl_zscan_buffer
H A Dvl_idct.h65 struct pipe_framebuffer_state fb_state; member in struct:vl_idct_buffer
H A Dvl_mc.h65 struct pipe_framebuffer_state fb_state; member in struct:vl_mc_buffer
H A Dvl_matrix_filter.c290 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);
H A Dvl_median_filter.c369 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);
H A Dvl_compositor.h93 struct pipe_framebuffer_state fb_state; member in struct:vl_compositor
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.h61 struct pipe_framebuffer_state fb_state; member in struct:vl_zscan_buffer
H A Dvl_idct.h65 struct pipe_framebuffer_state fb_state; member in struct:vl_idct_buffer
H A Dvl_mc.h65 struct pipe_framebuffer_state fb_state; member in struct:vl_mc_buffer
H A Dvl_matrix_filter.c290 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);
H A Dvl_median_filter.c369 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);
H A Dvl_compositor.h93 struct pipe_framebuffer_state fb_state; member in struct:vl_compositor
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c101 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
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c101 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c1127 struct pipe_framebuffer_state fb_state; local
1163 fb_state.width = dst->width;
1164 fb_state.height = dst->height;
1186 fb_state.nr_cbufs = 0;
1187 fb_state.zsbuf = dst;
1194 fb_state.nr_cbufs = 1;
1195 fb_state.cbufs[0] = dst;
1196 fb_state.zsbuf = 0;
1237 pipe->set_framebuffer_state(pipe, &fb_state);
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/auxiliary/util/
H A Du_blitter.c1127 struct pipe_framebuffer_state fb_state; local
1163 fb_state.width = dst->width;
1164 fb_state.height = dst->height;
1186 fb_state.nr_cbufs = 0;
1187 fb_state.zsbuf = dst;
1194 fb_state.nr_cbufs = 1;
1195 fb_state.cbufs[0] = dst;
1196 fb_state.zsbuf = 0;
1237 pipe->set_framebuffer_state(pipe, &fb_state);
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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.h501 struct r300_atom fb_state; member in struct:r300_context
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h501 struct r300_atom fb_state; member in struct:r300_context

Completed in 1929 milliseconds