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
defs:kgsl_bo
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/freedreno/kgsl/
H
A
D
kgsl_priv.h
78
struct
kgsl_bo
{
struct
H
A
D
kgsl_bo.c
44
static int bo_alloc(struct
kgsl_bo
*
kgsl_bo
)
in bo_alloc()
argument
72
struct
kgsl_bo
*
kgsl_bo
= to_kgsl_bo(bo);
in kgsl_bo_offset()
local
122
struct
kgsl_bo
*kgsl_b
in kgsl_bo_destroy()
local
163
struct
kgsl_bo
*
kgsl_bo
;
kgsl_bo_from_handle()
local
203
struct
kgsl_bo
*
kgsl_bo
= to_
kgsl_bo
(bo);
fd_bo_from_fbdev()
local
223
kgsl_bo
_gpuaddr(struct
kgsl_bo
*
kgsl_bo
, uint32_t offset)
kgsl_bo_gpuaddr()
argument
272
kgsl_bo
_set_timestamp(struct
kgsl_bo
*
kgsl_bo
, uint32_t timestamp)
kgsl_bo_set_timestamp()
argument
291
kgsl_bo
_get_timestamp(struct
kgsl_bo
*
kgsl_bo
)
kgsl_bo_get_timestamp()
argument
[all...]
H
A
D
kgsl_pipe.c
143
struct
kgsl_bo
*
kgsl_bo
= NULL;
in kgsl_pipe_pre_submit()
local
160
struct
kgsl_bo
*
kgsl_bo
in kgsl_pipe_post_submit()
local
125
kgsl_pipe_add_submit(struct kgsl_pipe *kgsl_pipe, struct
kgsl_bo
*
kgsl_bo
)
kgsl_pipe_add_submit()
argument
179
struct
kgsl_bo
*
kgsl_bo
= NULL, *tmp;
kgsl_pipe_process_pending()
local
[all...]
H
A
D
kgsl_ringbuffer.c
166
struct
kgsl_bo
*
kgsl_bo
= to_kgsl_bo(r->bo);
in kgsl_ringbuffer_emit_reloc()
local
Completed in 3 milliseconds