Lines Matching refs:stvis
48 struct st_visual stvis; member
168 if (stwfb->stvis.samples <= 1) in stw_st_framebuffer_validate_locked()
184 templ.format = stwfb->stvis.color_format; in stw_st_framebuffer_validate_locked()
204 format = stwfb->stvis.color_format; in stw_st_framebuffer_validate_locked()
222 format = stwfb->stvis.depth_stencil_format; in stw_st_framebuffer_validate_locked()
233 if (bind != PIPE_BIND_DEPTH_STENCIL && stwfb->stvis.samples > 1) { in stw_st_framebuffer_validate_locked()
236 stwfb->stvis.samples; in stw_st_framebuffer_validate_locked()
289 templ.format = stwfb->stvis.color_format; in stw_st_framebuffer_validate_locked()
336 stwfb->stvis.samples > 1 ? stwfb->msaa_textures in stw_st_framebuffer_validate()
371 if (args->stwfb->stvis.samples > 1) { in notify_before_flush_cb()
455 if (stwfb->stvis.samples > 1) { in stw_st_framebuffer_flush_front()
506 stwfb->stvis = fb->pfi->stvis; in stw_st_create_framebuffer()
510 stwfb->base.visual = &stwfb->stvis; in stw_st_create_framebuffer()