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_dev_info
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/freedreno/common/
H
A
D
freedreno_dev_info.h
40
struct
fd_dev_info
{
struct
204
const struct
fd_dev_info
*
fd_dev_info
(const struct fd_dev_id *id);
H
A
D
freedreno_dev_info.c
34
const struct
fd_dev_info
*info;
83
const struct
fd_dev_info
*
84
fd_dev_info
(const struct fd_dev_id *id)
in fd_dev_info()
function
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_compiler.c
179
const struct
fd_dev_info
*dev_info =
fd_dev_info
(compiler->dev_id);
in ir3_compiler_create()
/third_party/mesa3d/src/freedreno/ds/
H
A
D
fd_pps_driver.h
47
const struct
fd_dev_info
*info;
H
A
D
fd_pps_driver.cc
482
info =
fd_dev_info
(dev_id);
in init_perfcnt()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_image.h
105
const struct
fd_dev_info
*info, VkSampleCountFlagBits samples,
H
A
D
tu_device.h
111
const struct
fd_dev_info
*info;
H
A
D
tu_image.c
273
VkImageUsageFlags stencil_usage, const struct
fd_dev_info
*info,
in ubwc_possible()
H
A
D
tu_device.c
258
const struct
fd_dev_info
*info =
fd_dev_info
(&device->dev_id);
in tu_physical_device_init()
1047
/* TODO move threadsize_base and max_waves to
fd_dev_info
and use them here */
in tu_get_physical_device_properties_1_3()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.h
96
const struct
fd_dev_info
*info;
H
A
D
gmemtool.c
173
screen.info =
fd_dev_info
(&dev_id);
in main()
H
A
D
freedreno_screen.c
1055
const struct
fd_dev_info
*info =
fd_dev_info
(screen->dev_id);
in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_resource.c
42
const struct
fd_dev_info
*info = fd_screen(pscreen)->info;
in ok_ubwc_format()
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
a6xx.c
43
const struct
fd_dev_info
*info;
545
a6xx_backend->info =
fd_dev_info
(dev_id);
in a6xx_init()
Completed in 14 milliseconds