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:lrz_height
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_resource.c
34
unsigned
lrz_height
= DIV_ROUND_UP(rsc->b.b.height0, 8);
in setup_lrz()
local
42
lrz_height
*= 2;
in setup_lrz()
45
unsigned size = lrz_pitch *
lrz_height
* 2;
in setup_lrz()
49
rsc->
lrz_height
=
lrz_height
;
in setup_lrz()
H
A
D
fd5_draw.c
221
A5XX_VSC_RESOLVE_CNTL_Y(zsbuf->
lrz_height
));
in fd5_clear_lrz()
230
A5XX_RB_RESOLVE_CNTL_2_Y(zsbuf->
lrz_height
- 1));
in fd5_clear_lrz()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_resource.c
216
unsigned
lrz_height
= align(DIV_ROUND_UP(height0, 8), 16);
in setup_lrz()
local
218
unsigned size = lrz_pitch *
lrz_height
* 2;
in setup_lrz()
220
rsc->
lrz_height
=
lrz_height
;
in setup_lrz()
H
A
D
fd6_draw.c
428
A6XX_GRAS_2D_DST_BR_Y(zsbuf->
lrz_height
- 1));
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_lrz.c
190
if (!view->image->
lrz_height
) {
in tu_lrz_init_state()
277
if (cmd->state.attachments[a]->image->
lrz_height
)
in tu_lrz_begin_resumed_renderpass()
303
if (cmd->state.attachments[i]->image->
lrz_height
)
in tu_lrz_begin_renderpass()
505
if (!image->
lrz_height
)
in tu_disable_lrz()
520
if (!rangeCount || !image->
lrz_height
||
in tu_lrz_clear_depth_image()
H
A
D
tu_image.c
545
unsigned
lrz_height
= align(DIV_ROUND_UP(height, 8), 16);
in tu_image_init()
local
547
image->
lrz_height
=
lrz_height
;
in tu_image_init()
550
unsigned lrz_size = lrz_pitch *
lrz_height
* 2;
in tu_image_init()
580
image->
lrz_height
= 0;
in tu_image_init()
H
A
D
tu_image.h
37
uint32_t
lrz_height
;
member
H
A
D
tu_clear_blit.c
1417
ops->coords(cs, &(VkOffset2D) {}, NULL, &(VkExtent2D) {image->lrz_pitch, image->
lrz_height
});
in tu6_clear_lrz()
1662
if (dst_image->
lrz_height
) {
in tu_CmdBlitImage2KHR()
1770
if (dst_image->
lrz_height
) {
in tu_CmdCopyBufferToImage2KHR()
2086
if (dst_image->
lrz_height
) {
in tu_CmdCopyImage2KHR()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.h
167
uint16_t
lrz_height
;
member
Completed in 11 milliseconds