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:setup_slices
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_resource.c
29
setup_slices
(struct fd_resource *rsc, uint32_t alignment,
in setup_slices()
function
88
return
setup_slices
(rsc, alignment, rsc->b.b.format);
in fd3_setup_slices()
H
A
D
fd3_screen.c
120
screen->
setup_slices
= fd3_setup_slices;
in fd3_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_screen.c
119
screen->
setup_slices
= fd4_setup_slices;
in fd4_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_screen.c
144
screen->
setup_slices
= fd5_setup_slices;
in fd5_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_screen.c
126
screen->
setup_slices
= fd2_setup_slices;
in fd2_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.h
123
uint32_t (*
setup_slices
)(struct fd_resource *rsc);
member
H
A
D
freedreno_resource.c
1086
realloc_bo(rsc, fd_screen(prsc->screen)->
setup_slices
(rsc));
in fd_resource_resize()
1278
size = screen->
setup_slices
(rsc);
in fd_resource_allocate_and_resolve()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_resource.c
305
screen->
setup_slices
= fd6_setup_slices;
in fd6_resource_screen_init()
Completed in 5 milliseconds