Searched refs:fb_state_mismatch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_idct.h64 struct pipe_framebuffer_state fb_state_mismatch; member in struct:vl_idct_buffer
H A Dvl_idct.c599 buffer->fb_state_mismatch.width = tex->width0;
600 buffer->fb_state_mismatch.height = tex->height0;
601 buffer->fb_state_mismatch.nr_cbufs = 1;
607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ);
621 pipe_surface_reference(&buffer->fb_state_mismatch.cbufs[0], NULL);
834 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_idct.h64 struct pipe_framebuffer_state fb_state_mismatch; member in struct:vl_idct_buffer
H A Dvl_idct.c599 buffer->fb_state_mismatch.width = tex->width0;
600 buffer->fb_state_mismatch.height = tex->height0;
601 buffer->fb_state_mismatch.nr_cbufs = 1;
607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ);
625 pipe_surface_reference(&buffer->fb_state_mismatch.cbufs[0], NULL);
842 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch);

Completed in 7 milliseconds