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.c599 buffer->fb_state_mismatch.width = tex->width0; in init_source()
600 buffer->fb_state_mismatch.height = tex->height0; in init_source()
601 buffer->fb_state_mismatch.nr_cbufs = 1; in init_source()
607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ); in init_source()
621 pipe_surface_reference(&buffer->fb_state_mismatch.cbufs[0], NULL); in cleanup_source()
834 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