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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state_validate.c 228 bool rast_scissor = nv30->rast ? nv30->rast->pipe.scissor : false; local
231 rast_scissor != nv30->state.scissor_off)
233 nv30->state.scissor_off = !rast_scissor;
236 if (rast_scissor) {
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state_validate.c 189 bool rast_scissor = nv50->rast ? nv50->rast->pipe.scissor : false; local
193 nv50->state.scissor == rast_scissor)
196 if (nv50->state.scissor != rast_scissor)
199 nv50->state.scissor = rast_scissor;

Completed in 54 milliseconds