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:ubwc_slices
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
fd_layout_test.c
104
if (layout.
ubwc_slices
[l].offset !=
in fdl_test_layout()
105
testcase->layout.
ubwc_slices
[l].offset) {
in fdl_test_layout()
109
layout.
ubwc_slices
[l].offset,
in fdl_test_layout()
110
testcase->layout.
ubwc_slices
[l].offset);
in fdl_test_layout()
113
if (fdl_ubwc_pitch(&layout, l) != testcase->layout.
ubwc_slices
[l].pitch) {
in fdl_test_layout()
118
testcase->layout.
ubwc_slices
[l].pitch);
in fdl_test_layout()
H
A
D
fd6_layout_test.c
79
.
ubwc_slices
=
436
.
ubwc_slices
=
470
.
ubwc_slices
=
510
.
ubwc_slices
=
554
.
ubwc_slices
=
600
.
ubwc_slices
=
646
.
ubwc_slices
=
680
.
ubwc_slices
=
H
A
D
fd_layout_test.h
45
}
ubwc_slices
[FDL_MAX_MIP_LEVELS];
member
H
A
D
freedreno_layout.h
98
struct fdl_slice
ubwc_slices
[FDL_MAX_MIP_LEVELS];
member
197
const struct fdl_slice *slice = &layout->
ubwc_slices
[level];
in fdl_ubwc_offset()
H
A
D
freedreno_layout.c
63
struct fdl_slice *ubwc_slice = &layout->
ubwc_slices
[level];
in fdl_dump_layout()
H
A
D
fd6_layout.c
198
struct fdl_slice *ubwc_slice = &layout->
ubwc_slices
[level];
in fdl6_layout()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_image.c
516
layout->
ubwc_slices
[i].offset += offset;
in tu_image_init()
Completed in 6 milliseconds