Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:os_get_option
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_debug.c
145
result =
os_get_option
(name);
in debug_get_option()
160
const char *str =
os_get_option
(name);
in debug_get_bool_option()
196
str =
os_get_option
(name);
in debug_get_num_option()
220
str =
os_get_option
(name);
in debug_get_version_option()
295
str =
os_get_option
(name);
in debug_get_flags_option()
H
A
D
os_misc.h
89
os_get_option
(const char *name);
H
A
D
os_misc.c
87
const char *filename =
os_get_option
("GALLIUM_LOG_FILE");
in os_log_message()
206
os_get_option
(const char *name)
in os_get_option()
function
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_common.c
48
parse_debug_string(
os_get_option
("VN_DEBUG"), vn_debug_options);
in vn_env_init_once()
50
parse_debug_string(
os_get_option
("VN_PERF"), vn_perf_options);
in vn_env_init_once()
/third_party/mesa3d/src/gallium/frontends/wgl/
H
A
D
stw_ext_swapinterval.c
51
if (stw_dev && !
os_get_option
("WGL_SWAP_INTERVAL")) {
in wglSwapIntervalEXT()
H
A
D
stw_device.c
154
const char *s =
os_get_option
("WGL_SWAP_INTERVAL");
in stw_init()
/third_party/mesa3d/src/gallium/auxiliary/os/
H
A
D
os_process.c
60
name =
os_get_option
("GALLIUM_PROCESS_NAME");
in os_get_process_name()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_cs_breadcrumbs.c
154
breadcrumbs_opt =
os_get_option
("TU_BREADCRUMBS");
in tu_breadcrumbs_init()
H
A
D
tu_device.c
438
parse_debug_string(
os_get_option
("TU_DEBUG"), tu_debug_options);
in tu_CreateInstance()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
shader_cache.cpp
193
const char *ext_override =
os_get_option
("MESA_EXTENSION_OVERRIDE");
in shader_cache_read_program_metadata()
/third_party/mesa3d/src/mesa/main/
H
A
D
version.c
91
version_str =
os_get_option
(env_var);
in get_gl_override()
H
A
D
context.c
208
const char *env_const =
os_get_option
("MESA_EXTENSION_OVERRIDE");
in one_time_init()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
440
const char *cu_env_var =
os_get_option
("AMD_CU_MASK");
in set_custom_cu_en_mask()
Completed in 17 milliseconds