| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| H A D | model.py | 136 def __init__(self, calls): 137 self.calls = calls 238 for call in node.calls:
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_trace.spec | 33 of GL calls including parameters as readable text. The verbosity 36 linked for standalone test programs. The set of calls and the 68 This would require hooking into glXSwapBuffers calls as well. 74 (2a) Should GLX calls be traced? 223 returned to the application on its GetError calls. If the user does not 224 wish the additional GetError calls to be performed, this bit should not
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| H A D | model.py | 163 def __init__(self, calls): 164 self.calls = calls 274 for call in node.calls:
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_trace.spec | 33 of GL calls including parameters as readable text. The verbosity 36 linked for standalone test programs. The set of calls and the 68 This would require hooking into glXSwapBuffers calls as well. 74 (2a) Should GLX calls be traced? 223 returned to the application on its GetError calls. If the user does not 224 wish the additional GetError calls to be performed, this bit should not
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | d3d12.rst | 7 The D3D12 driver is a Gallium driver that emits API calls for Microsoft's 23 Trace blit and copy resource calls
|
| H A D | vc4.rst | 41 ``GL_UNSIGNED_SHORT``, even at the cost of doing multiple draw calls 61 (possibly many) new draw calls to rasterize the new prims in the same 100 (GPU) Run all draw calls collecting vertex data 118 buffer before we start running the draw calls. 122 If all draw calls for the frame are with a ``glScissor()`` to only 265 Once you've found what draw calls are surprisingly expensive in one of
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | viewperf.rst | 46 errors (which Viewperf ignores). Subsequent drawing calls become no-ops 81 calls like this: 103 Later, these incomplete textures are bound before drawing calls. 122 This test makes some unusual calls to glRotate. For example: 163 #. The test never calls glClear(GL_DEPTH_BUFFER_BIT) to initialize the 177 glClear(GL_COLOR_BUFFER_BIT) calls were changed to 213 One of the catia tests calls wglGetProcAddress() to get some 222 the driver returns version 3.0 or earlier all the calls related to 239 This test generates many GL_INVALID_OPERATION errors in its calls to 250 values for any given uniform name, subsequent calls t [all...] |
| H A D | dispatch.rst | 28 function calls are routed directly to a driver loaded within the 30 context where function calls are converted to GLX protocol and sent to a 98 calls into the GL. In these cases, not only do the calls to 101 calls.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.2.3.rst | 46 - radv: Remove \_mesa_locale_init/fini calls. 47 - turnip: Remove \_mesa_locale_init/fini calls. 48 - anv: Remove \_mesa_locale_init/fini calls.
|
| H A D | 12.0.6.rst | 67 - nouveau: take extra push space into account for pushbuf_space calls 104 - gallium/radeon: fix the draw-calls HUD query
|
| H A D | 10.6.1.rst | 76 - mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
|
| H A D | 19.1.5.rst | 38 - [CM246] Flickering with multiple draw calls within the same
|
| H A D | 7.0.2.rst | 39 - Fixed problem with large glDrawArrays calls and indirect rendering
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_shader_debug.spec | 44 during execution, issue diagnostic function calls that are logged 210 __FILE__ and __LINE__, respectively. The following three calls
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_shader_debug.spec | 44 during execution, issue diagnostic function calls that are logged 210 __FILE__ and __LINE__, respectively. The following three calls
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/windows/ |
| H A D | README.md | 19 The rebuild executes `docker build` which calls `mesa_deps.ps1` inside the
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | README.md | 6 or FPGA). This lets us do that by intercepting libc calls and
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | knobs.rst | 61 Maximum primitives in a single Draw(). Larger primitives are split into smaller Draw calls. Should be a multiple of (3 * vectorWidth). 65 Maximum primitives in a single Draw() with tessellation enabled. Larger primitives are split into smaller Draw calls. Should be a multiple of (vectorWidth).
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | knobs.rst | 61 Maximum primitives in a single Draw(). Larger primitives are split into smaller Draw calls. Should be a multiple of (3 * vectorWidth). 65 Maximum primitives in a single Draw() with tessellation enabled. Larger primitives are split into smaller Draw calls. Should be a multiple of (vectorWidth).
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | compiler_feature_checks.cmake | 10 # calls, so that's good enough. Lacking it is not (yet) a fatal error, 42 # CheckCCompilerFlag calls into CheckCSourceCompiles, which won't do
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 19 - A `@` calls a variable as a function. It can be followed by an argument string wrapped in `(` and `)`.
|
| /xsrc/external/mit/xclipboard/dist/ |
| H A D | configure.ac | 44 AC_DEFINE([XKB], [1], [Define to use libxkbfile calls like XKBStdBell()])
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | README.md | 107 * Further improved handling of reentering libX11 via X*IfEvent() calls (!176) 112 * Improved handling of reentering libX11 via X*IfEvent() calls (!171, !173) 122 calls when thread-safety-constructor is enabled (!150).
|
| /xsrc/external/mit/libXaw/dist/ |
| H A D | configure.ac | 34 # is in an if statement, and later calls would break if it's skipped.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | debugging.rst | 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|