Home
last modified time | relevance | path

Searched refs:fb_state_mismatch (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c597 buffer->fb_state_mismatch.width = tex->width0; in init_source()
598 buffer->fb_state_mismatch.height = tex->height0; in init_source()
599 buffer->fb_state_mismatch.nr_cbufs = 1; in init_source()
605 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ); in init_source()
619 pipe_surface_reference(&buffer->fb_state_mismatch.cbufs[0], NULL); in cleanup_source()
832 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch); in vl_idct_flush()
Dvl_idct.h64 struct pipe_framebuffer_state fb_state_mismatch; member