/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/mesa3d/bin/ |
.cherry-ignore | 17 # i965 guardband clipping is disabled in 9.0, so no need to fix bugs in it
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_6.sh | 34 run_test "spec/!OpenGL 1.1/triangle-guardband-viewport" 0.0 "bin/triangle-guardband-viewport -fbo -auto"
|
graphics_PiglitBVT_0.sh | [all...] |
/external/libdrm/intel/tests/ |
gen6-3d.batch-ref.txt | 88 0x1230015c: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspective Barycentric disable, Tri Provoking 2, Line Provoking 1, Trifan Provoking 2 211 0x12300348: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspective Barycentric disable, Tri Provoking 2, Line Provoking 1, Trifan Provoking 2 408 0x1230065c: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspective Barycentric disable, Tri Provoking 2, Line Provoking 1, Trifan Provoking 2 478 0x12300774: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspective Barycentric disable, Tri Provoking 2, Line Provoking 1, Trifan Provoking 2 [all...] |
gen7-3d.batch-ref.txt | 114 0x123001c4: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspective Barycentric disable, Tri Provoking 2, Line Provoking 1, Trifan Provoking 2
|
/external/mesa3d/docs/ |
relnotes-9.0.3.html | 179 <li>cherry-ignore: Ignore i965 guardband bug fixes.</li>
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_3.sh | 269 run_test "spec/!OpenGL 1.1/triangle-guardband-viewport" 0.0 "bin/triangle-guardband-viewport -fbo -auto"
|
graphics_PiglitBVT_0.sh | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTransformFeedbackTests.cpp | 804 GLU_EXPECT_NO_ERROR(gl.getError(), "guardband write"); [all...] |
/external/libdrm/intel/ |
intel_decode.c | [all...] |