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:fdl_cpp_shift
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
fd6_layout.c
67
uint32_t cpp =
fdl_cpp_shift
(layout);
in fdl6_get_ubwc_blockwidth()
76
layout->pitchalign =
fdl_cpp_shift
(layout);
in fdl6_tile_alignment()
154
layout->pitchalign =
fdl_cpp_shift
(layout) - 2;
in fdl6_layout()
160
layout->pitchalign =
fdl_cpp_shift
(layout);
in fdl6_layout()
H
A
D
fd5_layout.c
59
fdl_set_pitchalign(layout,
fdl_cpp_shift
(layout) + 7);
in fdl5_layout()
61
fdl_set_pitchalign(layout,
fdl_cpp_shift
(layout) + 6);
in fdl5_layout()
H
A
D
freedreno_layout.h
122
* use
fdl_cpp_shift
() to sanity check you aren't hitting that case.
137
fdl_cpp_shift
(const struct fdl_layout *layout)
in fdl_cpp_shift()
function
183
return fdl2_pitch(layout, level) >>
fdl_cpp_shift
(layout);
in fdl2_pitch_pixels()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_resource.c
38
fdl_set_pitchalign(&rsc->layout,
fdl_cpp_shift
(&rsc->layout) + 5);
in fd2_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_resource.c
55
fdl_set_pitchalign(&rsc->layout,
fdl_cpp_shift
(&rsc->layout) + 5);
in fd4_setup_slices()
H
A
D
fd4_gmem.c
112
stride = bin_w <<
fdl_cpp_shift
(&rsc->layout);
in emit_mrt()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_resource.c
36
fdl_set_pitchalign(&rsc->layout,
fdl_cpp_shift
(&rsc->layout) + 5);
in setup_slices()
H
A
D
fd3_gmem.c
109
stride = bin_w <<
fdl_cpp_shift
(&rsc->layout);
in emit_mrt()
1030
A3XX_RB_DEPTH_PITCH(gmem->bin_w <<
fdl_cpp_shift
(&rsc->layout)));
1034
OUT_RING(ring, A3XX_RB_STENCIL_PITCH(gmem->bin_w <<
fdl_cpp_shift
(
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_gmem.c
542
stride = gmem->bin_w <<
fdl_cpp_shift
(&rsc->layout);
in emit_mem2gmem_surf()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.c
1419
fdl_cpp_shift
(&rsc->layout) + util_logbase2(screen->info->gmem_align_w);
in fd_resource_from_handle()
Completed in 8 milliseconds