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:trace_screens
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_screen.c
43
static struct hash_table *
trace_screens
;
variable
353
if (!
trace_screens
)
in trace_context_create_threaded()
356
struct hash_entry *he = _mesa_hash_table_search(
trace_screens
, screen);
in trace_context_create_threaded()
1120
if (
trace_screens
) {
in trace_screen_destroy()
1121
struct hash_entry *he = _mesa_hash_table_search(
trace_screens
, screen);
in trace_screen_destroy()
1123
_mesa_hash_table_remove(
trace_screens
, he);
in trace_screen_destroy()
1124
if (!_mesa_hash_table_num_entries(
trace_screens
)) {
in trace_screen_destroy()
1125
_mesa_hash_table_destroy(
trace_screens
, NULL);
in trace_screen_destroy()
1126
trace_screens
= NULL;
in trace_screen_destroy()
1462
if (!
trace_screens
)
in trace_screen_create()
[all...]
Completed in 3 milliseconds