Searched refs:stvis (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.h45 struct st_visual stvis; member in struct:stw_pixelformat_info
H A Dstw_st.c42 struct st_visual stvis; member in struct:stw_st_framebuffer
96 format = stwfb->stvis.color_format;
101 format = stwfb->stvis.depth_stencil_format;
197 stwfb->stvis = fb->pfi->stvis;
199 stwfb->base.visual = &stwfb->stvis;
H A Dstw_pixelformat.c192 pfi->stvis.buffer_mask = ST_ATTACHMENT_FRONT_LEFT_MASK;
194 pfi->stvis.buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
196 pfi->stvis.color_format = color->format;
197 pfi->stvis.depth_stencil_format = depth->format;
199 pfi->stvis.accum_format = (accum) ?
202 pfi->stvis.samples = samples;
203 pfi->stvis.render_buffer = ST_ATTACHMENT_INVALID;
H A Dstw_ext_pixelformat.c151 if (util_format_is_float(pfi->stvis.color_format)) {
239 *pvalue = pfi->stvis.samples;
H A Dstw_context.c188 attribs.visual = pfi->stvis;
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.h46 struct st_visual stvis; member in struct:dri_drawable
H A Ddri_screen.h117 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen,
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_screen.c251 dri_fill_st_visual(struct st_visual *stvis, struct dri_screen *screen, argument
254 memset(stvis, 0, sizeof(*stvis));
259 stvis->samples = mode->samples;
263 stvis->color_format = PIPE_FORMAT_B8G8R8A8_UNORM;
265 stvis->color_format = PIPE_FORMAT_B8G8R8X8_UNORM;
267 stvis->color_format = PIPE_FORMAT_B5G6R5_UNORM;
273 stvis->depth_stencil_format = PIPE_FORMAT_NONE;
276 stvis->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
280 stvis
[all...]
H A Ddri_drawable.c133 dri_fill_st_visual(&drawable->stvis, screen, visual);
136 drawable->base.visual = &drawable->stvis;
270 *format = drawable->stvis.color_format;
274 *format = drawable->stvis.depth_stencil_format;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h72 struct st_visual stvis; member in struct:egl_g3d_surface
88 struct st_visual stvis; member in struct:egl_g3d_config
H A Degl_g3d_st.c143 templ.format = gsurf->stvis.color_format;
164 if (gsurf->stvis.render_buffer != statts[i])
298 stfbi->visual = &gsurf->stvis;
H A Degl_g3d_api.c168 stattribs.visual = gconf->stvis;
295 gsurf->stvis = gconf->stvis;
297 gconf->stvis.buffer_mask & ST_ATTACHMENT_FRONT_LEFT_MASK)
298 gsurf->stvis.render_buffer = ST_ATTACHMENT_FRONT_LEFT;
363 gsurf->stvis = gconf->stvis;
448 &gsurf->stvis.render_buffer, 1, &ptex)) {
514 (gdraw->stvis.render_buffer == ST_ATTACHMENT_FRONT_LEFT) ?
568 if (gsurf->stvis
[all...]
H A Degl_g3d.c354 gconf->stvis.buffer_mask = buffer_mask;
355 gconf->stvis.color_format = nconf->color_format;
356 gconf->stvis.depth_stencil_format = depth_stencil_format;
357 gconf->stvis.accum_format = PIPE_FORMAT_NONE;
358 gconf->stvis.samples = 0;
361 gconf->stvis.render_buffer = (buffer_mask & ST_ATTACHMENT_BACK_LEFT_MASK) ?
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c40 struct st_visual stvis; member in struct:xmesa_st_framebuffer
153 format = xstfb->stvis.color_format;
158 format = xstfb->stvis.depth_stencil_format;
291 xstfb->stvis = b->xm_visual->stvis;
297 stfbi->visual = &xstfb->stvis;
H A Dxm_api.c792 v->stvis.buffer_mask = ST_ATTACHMENT_FRONT_LEFT_MASK;
794 v->stvis.buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
796 v->stvis.buffer_mask |= ST_ATTACHMENT_FRONT_RIGHT_MASK;
798 v->stvis.buffer_mask |= ST_ATTACHMENT_BACK_RIGHT_MASK;
801 v->stvis.color_format = choose_pixel_format(v);
802 if (v->stvis.color_format == PIPE_FORMAT_NONE) {
808 v->stvis.depth_stencil_format =
811 v->stvis.accum_format = (accum_red_size +
815 v->stvis.samples = num_samples;
816 v->stvis
[all...]
H A Dxm_api.h295 struct st_visual stvis; member in struct:xmesa_visual

Completed in 4154 milliseconds