HomeSort by relevance Sort by last modified time
    Searched full:guardband (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_viewport_state.c 46 /* Disable guardband clipping (see gen6_viewport_state.c for rationale). */
47 vp->guardband.xmin = -1.0;
48 vp->guardband.xmax = 1.0;
49 vp->guardband.ymin = -1.0;
50 vp->guardband.ymax = 1.0;
gen6_viewport_state.c 34 /* The clip VP defines the guardband region where expensive clipping is skipped
40 * up in the guardband or not.
brw_state_dump.c 350 batch_out(brw, name, offset, 6, "guardband xmin = %f\n", vp->guardband.xmin);
351 batch_out(brw, name, offset, 7, "guardband xmax = %f\n", vp->guardband.xmax);
352 batch_out(brw, name, offset, 8, "guardband ymin = %f\n", vp->guardband.ymin);
353 batch_out(brw, name, offset, 9, "guardband ymax = %f\n", vp->guardband.ymax);
brw_structs.h 790 } guardband; member in struct:gen7_sf_clip_viewport
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_viewport_state.c 46 /* Disable guardband clipping (see gen6_viewport_state.c for rationale). */
47 vp->guardband.xmin = -1.0;
48 vp->guardband.xmax = 1.0;
49 vp->guardband.ymin = -1.0;
50 vp->guardband.ymax = 1.0;
gen6_viewport_state.c 34 /* The clip VP defines the guardband region where expensive clipping is skipped
40 * up in the guardband or not.
brw_state_dump.c 350 batch_out(brw, name, offset, 6, "guardband xmin = %f\n", vp->guardband.xmin);
351 batch_out(brw, name, offset, 7, "guardband xmax = %f\n", vp->guardband.xmax);
352 batch_out(brw, name, offset, 8, "guardband ymin = %f\n", vp->guardband.ymin);
353 batch_out(brw, name, offset, 9, "guardband ymax = %f\n", vp->guardband.ymax);
brw_structs.h 790 } guardband; member in struct:gen7_sf_clip_viewport
    [all...]
  /external/chromium_org/third_party/mesa/src/bin/
.cherry-ignore 17 # i965 guardband clipping is disabled in 9.0, so no need to fix bugs in it
  /external/mesa3d/bin/
.cherry-ignore 17 # i965 guardband clipping is disabled in 9.0, so no need to fix bugs in it
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-9.0.3.html 179 <li>cherry-ignore: Ignore i965 guardband bug fixes.</li>
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 137 char guardBand[24]; /* don't overwrite this */
  /external/mesa3d/docs/
relnotes-9.0.3.html 179 <li>cherry-ignore: Ignore i965 guardband bug fixes.</li>

Completed in 648 milliseconds