Home
last modified time | relevance | path

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

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