Searched refs:rst (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | README.rst | 15 You can find more information in our documentation (`docs/install.rst 17 Meson (`docs/meson.rst <https://mesa3d.org/meson.html>`_): 49 (`docs/bugs.rst <https://mesa3d.org/bugs.html>`_). 56 documentation (`docs/submittingpatches.rst
|
| /xsrc/external/mit/MesaLib/dist/docs/_exts/ |
| H A D | nir.py | 72 def parse_rst(state, parent, rst): 73 vl = docutils.statemachine.ViewList(rst.splitlines()) 118 ```rst
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 587 struct pipe_rasterizer_state *rst) 592 offset_scale = CLAMP(rst->offset_scale * 4, -128, 127); 596 offset_units = CLAMP(rst->offset_units * 2, -128, 127); 646 struct pipe_rasterizer_state *rst = &ctx->rasterizer->base; local in function:lima_pack_render_state 647 render->depth_test = lima_calculate_depth_test(&ctx->zsa->base, rst); 649 if (!rst->depth_clip_near || ctx->viewport.near == 0.0f) 651 if (!rst->depth_clip_far || ctx->viewport.far == 1.0f) 586 lima_calculate_depth_test(struct pipe_depth_stencil_alpha_state * depth,struct pipe_rasterizer_state * rst) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | releasing.rst | 179 ``git mv docs/relnotes/{current,new}.rst`` as appropriate. 294 Edit ``docs/relnotes/X.Y.Z.rst`` to add the ``sha256sum`` as available in the 314 docs/relnotes.rst and docs/release-calendar.csv. It will then generate 333 Parse through the bug reports as listed in the docs/relnotes/X.Y.Z.rst
|
| H A D | relnotes.rst | 657 .. _old docs: https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-21.0.0/docs/versions.rst
|
| H A D | submittingpatches.rst | 375 .. _reStructuredText: https://docutils.sourceforge.io/rst.html
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 1037 lima_calculate_depth_test(struct pipe_depth_state *depth, struct pipe_rasterizer_state *rst) argument 1045 if (rst->offset_scale < -32) 1047 else if (rst->offset_scale > 31) 1050 offset_scale = rst->offset_scale * 4; 1099 struct pipe_rasterizer_state *rst = &ctx->rasterizer->base; local in function:lima_pack_render_state 1101 render->depth_test = lima_calculate_depth_test(depth, rst);
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_release_notes.py | 40 import docutils.parsers.rst.states as states 316 final = pathlib.Path(__file__).parent.parent / 'docs' / 'relnotes' / f'{this_version}.rst'
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | mspace.c | 1875 tchunkptr rst = 0; /* The deepest untaken right subtree */ local in function:tmalloc_large 1887 rst = rt; 1889 t = rst; /* set t to least subtree holding sizes > nb */
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 1812 - docs: Move the current CI .rst doc to docs/ci/ and link to it from .gitlab-ci. 1919 - docs: remove plain-text copy of versions.rst 2085 - TEMP: add rst-conversion scripts 2087 - TEMP: remove rst-conversion scripts 2093 - docs: fixup broken rst 2098 - docs: format notes as rst-notes 2103 - docs: use rst footnotes instead of manual ones 2104 - docs: reformat license table as rst table 2105 - docs: use rst-note for highlighted text 2123 - docs: fixup relnotes after rst [all...] |
| H A D | 21.0.0.rst | 1299 - docs: inline contents.rst into index.rst 3205 - docs/egl.rst: switch true→enabled
|
| H A D | 21.2.0.rst | 2304 - docs: fix header-levels in envvars.rst 2354 - docs: use rst captions 2963 - editorconfig: Use 3-space tabs for .rst 3116 - docs/releasing.rst: Rename master branch to main
|
| H A D | 21.1.0.rst | 1994 - docs: fix invalid rst syntax 2073 - docs: fix invalid rst 2074 - docs: fix rst-quoting issues in release-notes
|
| H A D | 21.3.0.rst | 1642 - docs/panfrost: Fix link to use rst syntax 1651 - docs: make most important part of bugs.rst easier to find
|
| H A D | 20.3.0.rst | 2592 - Add driver override to envvars.rst
|
Completed in 45 milliseconds