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

/external/chromium_org/third_party/mesa/src/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.c598 buffer->fb_state_mismatch.width = tex->width0;
599 buffer->fb_state_mismatch.height = tex->height0;
600 buffer->fb_state_mismatch.nr_cbufs = 1;
607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ);
622 pipe_surface_reference(&buffer->fb_state_mismatch.cbufs[0], NULL);
843 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch);
/external/mesa3d/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.c598 buffer->fb_state_mismatch.width = tex->width0;
599 buffer->fb_state_mismatch.height = tex->height0;
600 buffer->fb_state_mismatch.nr_cbufs = 1;
607 buffer->fb_state_mismatch.cbufs[0] = idct->pipe->create_surface(idct->pipe, tex, &surf_templ);
622 pipe_surface_reference(&buffer->fb_state_mismatch.cbufs[0], NULL);
843 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch);

Completed in 497 milliseconds