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:fd_pipe_new
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libdrm/freedreno/
H
A
D
freedreno_pipe.c
69
fd_pipe_new
(struct fd_device *dev, enum fd_pipe_id id)
in fd_pipe_new()
function
H
A
D
freedreno_drmif.h
105
struct fd_pipe *
fd_pipe_new
(struct fd_device *dev, enum fd_pipe_id id);
/third_party/mesa3d/src/freedreno/drm/
H
A
D
freedreno_drmif.h
150
struct fd_pipe *
fd_pipe_new
(struct fd_device *dev, enum fd_pipe_id id);
H
A
D
freedreno_pipe.c
89
fd_pipe_new
(struct fd_device *dev, enum fd_pipe_id id)
in fd_pipe_new()
function
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
main.c
240
struct fd_pipe *pipe =
fd_pipe_new
(dev, FD_PIPE_3D);
in main()
/third_party/libdrm/freedreno/kgsl/
H
A
D
kgsl_pipe.c
146
kgsl_pipe->p3d =
fd_pipe_new
(pipe->dev, FD_PIPE_3D);
in kgsl_pipe_pre_submit()
/third_party/mesa3d/src/freedreno/ds/
H
A
D
fd_pps_driver.cc
441
pipe =
fd_pipe_new
(dev, FD_PIPE_3D);
in init_perfcnt()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.c
980
screen->pipe =
fd_pipe_new
(screen->dev, FD_PIPE_3D);
in fd_screen_create()
/third_party/mesa3d/src/freedreno/perfcntrs/
H
A
D
fdperf.c
147
dev.pipe =
fd_pipe_new
(dev.dev, FD_PIPE_3D);
in find_device()
Completed in 7 milliseconds