HomeSort by relevance Sort by last modified time
    Searched refs:viewport_mismatch (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 61 struct pipe_viewport_state viewport_mismatch; member in struct:vl_idct_buffer
vl_idct.c 607 buffer->viewport_mismatch.scale[0] = tex->width0;
608 buffer->viewport_mismatch.scale[1] = tex->height0;
609 buffer->viewport_mismatch.scale[2] = 1;
833 idct->pipe->set_viewport_states(idct->pipe, 0, 1, &buffer->viewport_mismatch);

Completed in 132 milliseconds