Home
last modified time | relevance | path

Searched refs:Stipple (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/docs/gallium/
Dpipeline.txt85 | * Polygon Stipple |
86 | * Line Stipple |
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_vtbl.c70 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()
Di830_vtbl.c209 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()
Di830_state.c480 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()
Di915_state.c446 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()
Di830_context.h121 GLuint Stipple[I830_STP_SETUP_SIZE]; member
Di915_context.h218 GLuint Stipple[I915_STP_SETUP_SIZE]; member
/third_party/mesa3d/docs/relnotes/
D10.1.5.rst72 - i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
/third_party/openGLES/docs/
Dsyntaxrules.txt459 Stipple GL
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt459 Stipple GL
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_viewport_array2.txt194 Modify Section 14.5.2.1 (Line Stipple)
/third_party/openGLES/extensions/NV/
DNV_viewport_array2.txt194 Modify Section 14.5.2.1 (Line Stipple)
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_multisample.txt227 Stipple, where "fragment" is replaced by "rectangle".
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_multisample.txt206 eliminated according to the procedure given under Line Stipple, where
/third_party/openGLES/extensions/SGIS/
DSGIS_multisample.txt202 eliminated according to the procedure given under Line Stipple, where
/third_party/openGLES/extensions/3DFX/
D3DFX_multisample.txt227 Stipple, where "fragment" is replaced by "rectangle".
/third_party/openGLES/extensions/EXT/
DWGL_EXT_multisample.txt206 eliminated according to the procedure given under Line Stipple, where
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_multisample.txt202 eliminated according to the procedure given under Line Stipple, where
/third_party/openGLES/extensions/ARB/
DARB_multisample.txt242 procedure given under Line Stipple, where "fragment" is replaced
DARB_robustness.txt424 Modify Section 6.1.5 "Stipple Query"
DARB_pixel_buffer_object.txt797 -- Section 6.1.5 "Stipple Query".
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_multisample.txt232 procedure given under Line Stipple, where "fragment" is replaced
DARB_robustness.txt414 Modify Section 6.1.5 "Stipple Query"
DARB_pixel_buffer_object.txt787 -- Section 6.1.5 "Stipple Query".
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-fails.txt525 # "Failure with Polygon Stipple set to fail mode."

12