Searched refs:environment (Results 1 - 25 of 727) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A DREADME.md10 environment variable.
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_commands_gen.py120 environment = {
129 f.write(TEMPLATE_C.render(**environment))
H A Dvk_entrypoints_gen.py224 environment = {
242 f.write(TEMPLATE_H.render(guard=guard, **environment))
244 f.write(TEMPLATE_C.render(**environment))
H A Dvk_physical_device_features.py228 environment = {
236 f.write(TEMPLATE_C.render(**environment))
H A Dvk_cmd_queue_gen.py408 environment = {
430 f.write(TEMPLATE_H.render(guard=guard, **environment))
432 f.write(TEMPLATE_C.render(**environment))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dnir_spirv.h60 enum nir_spirv_execution_environment environment; member in struct:spirv_to_nir_options
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst35 To use it set the LD_LIBRARY_PATH environment variable accordingly.
37 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dusage.rst29 To use it set the LD_LIBRARY_PATH environment variable accordingly.
31 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv2nir.c83 " -g, --opengl Use OpenGL environment instead of Vulkan for\n"
164 .environment = env,
169 spirv_opts.environment = NIR_SPIRV_OPENCL;
H A Dnir_spirv.h59 enum nir_spirv_execution_environment environment; member in struct:spirv_to_nir_options
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddebugging.rst6 errors. Mesa supports an environment variable, ``MESA_DEBUG``, to help
H A Denvvars.rst4 Normally, no environment variables need to be set. Most of the
5 environment variables used by Mesa/Gallium are for debugging purposes,
8 LibGL environment variables
31 Core Mesa environment variables
72 if set, implement conventional texture environment modes with fragment
194 NIR passes environment variables
211 Mesa Xlib driver environment variables
235 Intel driver environment variables
416 Radeon driver environment variables (radeon, r200, and r300g)
422 DRI environment variable
[all...]
H A Ddevelopers.rst15 - MiniGLX environment
H A Dperf.rst30 coordinate wrap modes for S and T are GL_REPEAT GL_DECAL environment
42 #. Try disabling dithering with the MESA_NO_DITHER environment variable.
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
H A Dhelpers.h48 spirv_options.environment = NIR_SPIRV_VULKAN;
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dpostprocess.rst10 corresponding environment variables.
14 PP environment variables
/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
H A DREADME.md9 By default, GK110 is exposed. The chip can be selected with an environment
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A Dlocaluser.md11 environment variable or IDENT protocol response). It is expected many systems
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_signed_rgba.spec143 fixed-function texture environment clamping appropriately. If the
145 for the texture environment applies where intermediate values
150 Otherwise, the conventional core texture environment clamps
153 This implies that the conventional texture environment
157 by this extension because the conventional texture environment
161 zero by the core texture environment functionality. The
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_texture_signed_rgba.spec143 fixed-function texture environment clamping appropriately. If the
145 for the texture environment applies where intermediate values
150 Otherwise, the conventional core texture environment clamps
153 This implies that the conventional texture environment
157 by this extension because the conventional texture environment
161 zero by the core texture environment functionality. The
/xsrc/external/mit/freetype/dist/builds/windows/
H A Ddetect.mk36 # # First, check if we have the COMSPEC environment variable, which
45 # A better test is to check whether there are both the environment
50 # Note that on Windows NT, such an environment variable will not be seen
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddetect.mk21 # Test for DJGPP by checking the DJGPP environment variable, which must be
25 # We test for the COMSPEC environment variable, then run the `ver'
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp5 XCOMM interface than xinit. It looks for XINITRC and XSERVERRC environment
54 XCOMM Bourne shell does not automatically export modified environment variables
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst9 All drivers respond to a set of common debug environment variables, as well as
10 some driver-specific variables. Set them as normal environment variables for
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report - AMD Radeon Vulkan.md50 - Desktop environment: (`env | grep XDG_CURRENT_DESKTOP`)
71 Does your environment set any of the variables `ACO_DEBUG`, `RADV_DEBUG`, and `RADV_PERFTEST`?

Completed in 17 milliseconds

1234567891011>>