HomeSort by: relevance | last modified time | path
    Searched refs:environment (Results 1 - 25 of 364) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
README.md 10 environment variable.
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
nir_spirv.h 60 enum nir_spirv_execution_environment environment; member in struct:spirv_to_nir_options
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_commands_gen.py 120 environment = {
129 f.write(TEMPLATE_C.render(**environment))
vk_entrypoints_gen.py 224 environment = {
242 f.write(TEMPLATE_H.render(guard=guard, **environment))
244 f.write(TEMPLATE_C.render(**environment))
vk_physical_device_features.py 228 environment = {
236 f.write(TEMPLATE_C.render(**environment))
vk_cmd_queue_gen.py 408 environment = {
430 f.write(TEMPLATE_H.render(guard=guard, **environment))
432 f.write(TEMPLATE_C.render(**environment))
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv2nir.c 83 " -g, --opengl Use OpenGL environment instead of Vulkan for\n"
164 .environment = env,
169 spirv_opts.environment = NIR_SPIRV_OPENCL;
nir_spirv.h 59 enum nir_spirv_execution_environment environment; member in struct:spirv_to_nir_options
vtn_variables.c 233 vtn_assert(b->options->environment == NIR_SPIRV_VULKAN);
265 vtn_assert(b->options->environment == NIR_SPIRV_VULKAN);
288 vtn_assert(b->options->environment == NIR_SPIRV_VULKAN);
318 } else if (b->options->environment == NIR_SPIRV_VULKAN &&
955 if (b->options->environment == NIR_SPIRV_OPENGL)
2028 vtn_fail_if(b->options->environment != NIR_SPIRV_VULKAN,
2042 vtn_fail_if(b->options->environment != NIR_SPIRV_OPENGL &&
2043 b->options->environment != NIR_SPIRV_OPENCL,
2056 vtn_assert(b->options->environment != NIR_SPIRV_OPENCL);
2065 vtn_assert(b->options->environment == NIR_SPIRV_OPENCL)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
helpers.h 48 spirv_options.environment = NIR_SPIRV_VULKAN;
  /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
README.md 9 By default, GK110 is exposed. The chip can be selected with an environment
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
localuser.md 11 environment variable or IDENT protocol response). It is expected many systems
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_signed_rgba.spec 143 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
MESA_swap_control.spec 101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_signed_rgba.spec 143 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
MESA_swap_control.spec 101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
  /xsrc/external/mit/xinit/dist/
startx.cpp 5 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/dist/src/broadcom/compiler/
v3d_nir_lower_robust_buffer_access.c 64 if (c->key->environment == V3D_ENVIRONMENT_VULKAN)
v3d_nir_lower_io.c 103 if (c->key->environment == V3D_ENVIRONMENT_VULKAN)
342 if (c->key->environment == V3D_ENVIRONMENT_OPENGL)
  /xsrc/external/mit/fontconfig/dist/doc/
fcstrset.fncs 72 with the value of the HOME environment variable.
fclangset.fncs 164 Returns a string set of the default languages according to the environment variables on the system.
166 If there are no valid values in those environment variables, "en" will be set as fallback.
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
clc.c 129 .environment = NIR_SPIRV_OPENCL,
  /xsrc/external/mit/imake/dist/
mdepend.cpp 12 XCOMM The C compiler used can be overridden with the environment
  /xsrc/external/mit/libXt/dist/include/X11/
ShellP.h 385 _XtString* environment; member in struct:__anon6035
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glspirv.c 245 .environment = NIR_SPIRV_OPENGL,

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>