Home
last modified time | relevance | path

Searched refs:recognized (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dextensions.c156 * - Enable recognized extension names that are prefixed with '+'.
157 * - Disable recognized extension names that are prefixed with '-'.
158 * - Enable recognized extension names that are not prefixed.
185 bool recognized; in _mesa_one_time_init_extension_overrides() local
204 recognized = true; in _mesa_one_time_init_extension_overrides()
206 recognized = false; in _mesa_one_time_init_extension_overrides()
208 if (!enable && recognized && offset <= 1) { in _mesa_one_time_init_extension_overrides()
213 if (!recognized && enable) { in _mesa_one_time_init_extension_overrides()
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs905 let recognized = "~!@#$%^&*-=+|;:,<.>/?'"; in punct_char()
906 if recognized.contains(first) { in punct_char()
/third_party/node/deps/npm/lib/commands/
H A Dtoken.js27 throw new Error(argv[2] + ' not recognized')
47 throw this.usageError(`${args[0]} is not a recognized subcommand.`)
/third_party/curl/projects/
H A Dbuild-wolfssl.bat283 echo Error: build: Configuration not recognized.
289 echo Error: build: Platform not recognized.
/third_party/python/PCbuild/
H A Dbuild.bat9 echo.After the flags recognized by this script, up to 9 arguments to be passed
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm281 // 1. NaN: set the highest bit in mantissa so it'll be surely recognized
H A Dgk110.asm250 // 1. NaN: set the highest bit in mantissa so it'll be surely recognized
H A Dgk104.asm709 // 1. NaN: set the highest bit in mantissa so it'll be surely recognized

Completed in 7 milliseconds