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:pitch0
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
freedreno_layout.h
99
uint32_t
pitch0
;
member
146
return align(u_minify(layout->
pitch0
, level), 1 << layout->pitchalign);
in fdl_pitch()
251
layout->
pitch0
= align(nblocksx * layout->cpp, 1 << pitchalign);
in fdl_set_pitchalign()
H
A
D
fd6_layout.c
170
layout->
pitch0
= explicit_layout->pitch;
in fdl6_layout()
171
if (align(layout->
pitch0
, 1 << layout->pitchalign) != layout->
pitch0
)
in fdl6_layout()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_resource.c
250
.pitch = rsc->layout.
pitch0
,
in fill_ubwc_buffer_sizes()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.c
1408
rsc->layout.
pitch0
= handle->stride;
in fd_resource_from_handle()
1428
if (rsc->layout.
pitch0
< (prsc->width0 * rsc->layout.cpp) ||
in fd_resource_from_handle()
1429
fd_resource_pitch(rsc, 0) != rsc->layout.
pitch0
)
in fd_resource_from_handle()
Completed in 4 milliseconds