Searched refs:calls (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dmodel.py136 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 DMESA_trace.spec33 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 Dmodel.py163 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 DMESA_trace.spec33 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 Dd3d12.rst7 The D3D12 driver is a Gallium driver that emits API calls for Microsoft's
23 Trace blit and copy resource calls
H A Dvc4.rst41 ``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 Dviewperf.rst46 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 Ddispatch.rst28 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 D19.2.3.rst46 - 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 D12.0.6.rst67 - nouveau: take extra push space into account for pushbuf_space calls
104 - gallium/radeon: fix the draw-calls HUD query
H A D10.6.1.rst76 - mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls
H A D19.1.5.rst38 - [CM246] Flickering with multiple draw calls within the same
H A D7.0.2.rst39 - Fixed problem with large glDrawArrays calls and indirect rendering
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_shader_debug.spec44 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 DMESA_shader_debug.spec44 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 DREADME.md19 The rebuild executes `docker build` which calls `mesa_deps.ps1` inside the
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A DREADME.md6 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 Dknobs.rst61 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 Dknobs.rst61 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 Dcompiler_feature_checks.cmake10 # 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 DREADME.md19 - 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 Dconfigure.ac44 AC_DEFINE([XKB], [1], [Define to use libxkbfile calls like XKBStdBell()])
/xsrc/external/mit/libX11/dist/
H A DREADME.md107 * 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 Dconfigure.ac34 # 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 Ddebugging.rst103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is

Completed in 14 milliseconds

1234567891011>>