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:vn_env
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_common.c
42
struct
vn_env
vn_env
;
variable
47
vn_env
.debug =
in vn_env_init_once()
49
vn_env
.perf =
in vn_env_init_once()
51
vn_env
.draw_cmd_batch_limit =
in vn_env_init_once()
53
if (!
vn_env
.draw_cmd_batch_limit)
in vn_env_init_once()
54
vn_env
.draw_cmd_batch_limit = UINT32_MAX;
in vn_env_init_once()
55
vn_env
.relax_base_sleep_us = debug_get_num_option(
in vn_env_init_once()
57
vn_env
.relax_base_sleep_us =
in vn_env_init_once()
58
MAX2(
vn_env
in vn_env_init_once()
[all...]
H
A
D
vn_common.h
47
#define VN_DEBUG(category) (unlikely(
vn_env
.debug & VN_DEBUG_##category))
48
#define VN_PERF(category) (unlikely(
vn_env
.perf & VN_PERF_##category))
183
struct
vn_env
{
struct
190
extern struct
vn_env
vn_env
;
H
A
D
vn_command_buffer.c
790
if (++cmd->draw_cmd_batched >=
vn_env
.draw_cmd_batch_limit)
in vn_cmd_count_draw_and_submit_on_batch_limit()
Completed in 8 milliseconds