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:to_kgsl_pipe
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/freedreno/kgsl/
H
A
D
kgsl_ringbuffer.c
117
struct kgsl_pipe *kgsl_pipe =
to_kgsl_pipe
(ring->pipe);
in kgsl_ringbuffer_flush()
174
kgsl_pipe_add_submit(
to_kgsl_pipe
(ring->pipe), kgsl_bo);
in kgsl_ringbuffer_emit_reloc()
224
kgsl_ring->bo = kgsl_rb_bo_new(
to_kgsl_pipe
(pipe), size);
in kgsl_ringbuffer_new()
H
A
D
kgsl_pipe.c
35
struct kgsl_pipe *kgsl_pipe =
to_kgsl_pipe
(pipe);
in kgsl_pipe_get_param()
63
struct kgsl_pipe *kgsl_pipe =
to_kgsl_pipe
(pipe);
in kgsl_pipe_wait()
98
struct kgsl_pipe *kgsl_pipe =
to_kgsl_pipe
(pipe);
in kgsl_pipe_destroy()
H
A
D
kgsl_bo.c
95
ret = kgsl_pipe_timestamp(
to_kgsl_pipe
(pipe), ¤t);
in kgsl_bo_cpu_prep()
206
ret = ioctl(
to_kgsl_pipe
(pipe)->fd, IOCTL_KGSL_MAP_USER_MEM, &req);
in fd_bo_from_fbdev()
H
A
D
kgsl_priv.h
71
static inline struct kgsl_pipe *
to_kgsl_pipe
(struct fd_pipe *x)
in to_kgsl_pipe()
function
Completed in 6 milliseconds