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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_idct.h61 struct pipe_viewport_state viewport_mismatch; member in struct:vl_idct_buffer
H A Dvl_idct.c609 buffer->viewport_mismatch.scale[0] = tex->width0;
610 buffer->viewport_mismatch.scale[1] = tex->height0;
611 buffer->viewport_mismatch.scale[2] = 1;
612 buffer->viewport_mismatch.scale[3] = 1;
844 idct->pipe->set_viewport_state(idct->pipe, &buffer->viewport_mismatch);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h61 struct pipe_viewport_state viewport_mismatch; member in struct:vl_idct_buffer
H A Dvl_idct.c609 buffer->viewport_mismatch.scale[0] = tex->width0;
610 buffer->viewport_mismatch.scale[1] = tex->height0;
611 buffer->viewport_mismatch.scale[2] = 1;
612 buffer->viewport_mismatch.scale[3] = 1;
844 idct->pipe->set_viewport_state(idct->pipe, &buffer->viewport_mismatch);

Completed in 1367 milliseconds