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

/xsrc/external/mit/MesaLib.old/dist/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;
835 idct->pipe->set_viewport_states(idct->pipe, 0, 1, &buffer->viewport_mismatch);
/xsrc/external/mit/MesaLib/dist/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.swizzle_x = PIPE_VIEWPORT_SWIZZLE_POSITIVE_X;
613 buffer->viewport_mismatch.swizzle_y = PIPE_VIEWPORT_SWIZZLE_POSITIVE_Y;
614 buffer->viewport_mismatch.swizzle_z = PIPE_VIEWPORT_SWIZZLE_POSITIVE_Z;
615 buffer->viewport_mismatch.swizzle_w = PIPE_VIEWPORT_SWIZZLE_POSITIVE_W;
843 idct->pipe->set_viewport_states(idct->pipe, 0, 1, &buffer->viewport_mismatch);

Completed in 6 milliseconds