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:blockheight
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
fd6_layout.c
41
uint32_t *blockwidth, uint32_t *
blockheight
)
in fdl6_get_ubwc_blockwidth()
59
*
blockheight
= 8;
in fdl6_get_ubwc_blockwidth()
63
*
blockheight
= 8;
in fdl6_get_ubwc_blockwidth()
70
*
blockheight
= blocksize[cpp].height;
in fdl6_get_ubwc_blockwidth()
40
fdl6_get_ubwc_blockwidth(const struct fdl_layout *layout, uint32_t *blockwidth, uint32_t *
blockheight
)
fdl6_get_ubwc_blockwidth()
argument
H
A
D
freedreno_layout.h
257
uint32_t *blockwidth, uint32_t *
blockheight
);
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_surface.c
108
int
blockheight
= desc->block.height;
in util_fill_rect()
local
112
assert(
blockheight
> 0);
in util_fill_rect()
115
dst_y /=
blockheight
;
in util_fill_rect()
117
height = (height +
blockheight
- 1)/
blockheight
;
in util_fill_rect()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_resource_texture.c
131
unsigned
blockheight
=
in svga_transfer_dma()
local
134
h = st->hw_nblocksy *
blockheight
;
in svga_transfer_dma()
145
assert(y %
blockheight
== 0);
in svga_transfer_dma()
146
assert(h %
blockheight
== 0);
in svga_transfer_dma()
148
offset = y * st->base.stride /
blockheight
;
in svga_transfer_dma()
149
length = h * st->base.stride /
blockheight
;
in svga_transfer_dma()
/third_party/mesa3d/src/util/format/
H
A
D
u_format.c
66
int
blockheight
= util_format_get_blockheight(format);
in util_copy_rect()
local
70
assert(
blockheight
> 0);
in util_copy_rect()
73
dst_y /=
blockheight
;
in util_copy_rect()
75
height = (height +
blockheight
- 1)/
blockheight
;
in util_copy_rect()
77
src_y /=
blockheight
;
in util_copy_rect()
H
A
D
u_format.h
905
unsigned
blockheight
= util_format_get_blockheight(format);
in util_format_get_nblocksy()
local
906
return (y +
blockheight
- 1) /
blockheight
;
in util_format_get_nblocksy()
Completed in 9 milliseconds