Searched refs:Stipple (Results 1 – 25 of 26) sorted by relevance
12
/third_party/mesa3d/docs/gallium/ |
D | pipeline.txt | 85 | * Polygon Stipple | 86 | * Line Stipple |
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_vtbl.c | 70 GLuint st1 = i915->state.Stipple[I915_STPREG_ST1]; in i915_reduced_primitive_state() 88 if (st1 != i915->state.Stipple[I915_STPREG_ST1]) { in i915_reduced_primitive_state() 92 i915->state.Stipple[I915_STPREG_ST1] = st1; in i915_reduced_primitive_state() 260 sz += sizeof(state->Stipple); in get_state_size() 430 emit(intel, state->Stipple, sizeof(state->Stipple)); in i915_emit_state()
|
D | i830_vtbl.c | 209 GLuint st1 = i830->state.Stipple[I830_STPREG_ST1]; in i830_reduced_primitive_state() 226 if (st1 != i830->state.Stipple[I830_STPREG_ST1]) { in i830_reduced_primitive_state() 230 i830->state.Stipple[I830_STPREG_ST1] = st1; in i830_reduced_primitive_state() 398 sz += sizeof(state->Stipple); in get_state_size() 531 emit(intel, state->Stipple, sizeof(state->Stipple)); in i830_emit_state()
|
D | i830_state.c | 480 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE; in i830PolygonStipple() 517 i830->state.Stipple[I830_STPREG_ST1] &= ~0xffff; in i830PolygonStipple() 518 i830->state.Stipple[I830_STPREG_ST1] |= newMask; in i830PolygonStipple() 522 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE; in i830PolygonStipple() 896 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE; in i830Enable() 898 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE; in i830Enable() 1071 i830->state.Stipple[I830_STPREG_ST0] = _3DSTATE_STIPPLE; in i830_init_packets()
|
D | i915_state.c | 446 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE; in i915PolygonStipple() 483 i915->state.Stipple[I915_STPREG_ST1] &= ~0xffff; in i915PolygonStipple() 484 i915->state.Stipple[I915_STPREG_ST1] |= newMask; in i915PolygonStipple() 488 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE; in i915PolygonStipple() 892 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE; in i915Enable() 894 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE; in i915Enable() 974 i915->state.Stipple[I915_STPREG_ST0] = _3DSTATE_STIPPLE; in i915_init_packets()
|
D | i830_context.h | 121 GLuint Stipple[I830_STP_SETUP_SIZE]; member
|
D | i915_context.h | 218 GLuint Stipple[I915_STP_SETUP_SIZE]; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.1.5.rst | 72 - i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 459 Stipple GL
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 459 Stipple GL
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_viewport_array2.txt | 194 Modify Section 14.5.2.1 (Line Stipple)
|
/third_party/openGLES/extensions/NV/ |
D | NV_viewport_array2.txt | 194 Modify Section 14.5.2.1 (Line Stipple)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_multisample.txt | 227 Stipple, where "fragment" is replaced by "rectangle".
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_multisample.txt | 206 eliminated according to the procedure given under Line Stipple, where
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_multisample.txt | 202 eliminated according to the procedure given under Line Stipple, where
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_multisample.txt | 227 Stipple, where "fragment" is replaced by "rectangle".
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_multisample.txt | 206 eliminated according to the procedure given under Line Stipple, where
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_multisample.txt | 202 eliminated according to the procedure given under Line Stipple, where
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_multisample.txt | 242 procedure given under Line Stipple, where "fragment" is replaced
|
D | ARB_robustness.txt | 424 Modify Section 6.1.5 "Stipple Query"
|
D | ARB_pixel_buffer_object.txt | 797 -- Section 6.1.5 "Stipple Query".
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_multisample.txt | 232 procedure given under Line Stipple, where "fragment" is replaced
|
D | ARB_robustness.txt | 414 Modify Section 6.1.5 "Stipple Query"
|
D | ARB_pixel_buffer_object.txt | 787 -- Section 6.1.5 "Stipple Query".
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a630-fails.txt | 525 # "Failure with Polygon Stipple set to fail mode."
|
12