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:db_depth_size
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.h
273
unsigned
db_depth_size
;
member
H
A
D
r600_state.c
1073
surf->
db_depth_size
= S_028000_PITCH_TILE_MAX(pitch) | S_028000_SLICE_TILE_MAX(slice);
in r600_init_depth_surface()
1461
radeon_emit(cs, surf->
db_depth_size
); /* R_028000_DB_DEPTH_SIZE */
in r600_emit_framebuffer_state()
H
A
D
evergreen_state.c
1408
surf->
db_depth_size
= S_028058_PITCH_TILE_MAX(levelinfo->nblk_x / 8 - 1) |
in evergreen_init_depth_surface()
1937
radeon_emit(cs, zb->
db_depth_size
); /* R_028058_DB_DEPTH_SIZE */
in evergreen_emit_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
2736
surf->
db_depth_size
=
in si_init_depth_surface()
2797
surf->
db_depth_size
= S_028058_PITCH_TILE_MAX((levelinfo->nblk_x / 8) - 1) |
in si_init_depth_surface()
3505
radeon_set_context_reg(R_02801C_DB_DEPTH_SIZE_XY, zb->
db_depth_size
);
in si_emit_framebuffer_state()
3531
radeon_emit(zb->
db_depth_size
); /* DB_DEPTH_SIZE */
in si_emit_framebuffer_state()
3578
radeon_emit(zb->
db_depth_size
); /* DB_DEPTH_SIZE */
in si_emit_framebuffer_state()
H
A
D
si_pipe.h
485
unsigned
db_depth_size
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
6536
ds->
db_depth_size
= S_02801C_X_MAX(image->info.width - 1) |
in radv_initialise_vrs_surface()
6615
ds->
db_depth_size
= S_02801C_X_MAX(iview->image->info.width - 1) |
in radv_initialise_ds_surface()
6701
ds->
db_depth_size
= S_028058_PITCH_TILE_MAX((level_info->nblk_x / 8) - 1) |
in radv_initialise_ds_surface()
H
A
D
radv_private.h
1364
uint32_t
db_depth_size
;
H
A
D
radv_cmd_buffer.c
2180
radeon_set_context_reg(cmd_buffer->cs, R_02801C_DB_DEPTH_SIZE_XY, ds->
db_depth_size
);
in radv_emit_fb_ds_state()
2205
radeon_emit(cmd_buffer->cs, ds->
db_depth_size
);
in radv_emit_fb_ds_state()
2237
radeon_emit(cmd_buffer->cs, ds->
db_depth_size
); /* R_028058_DB_DEPTH_SIZE */
in radv_emit_fb_ds_state()
Completed in 70 milliseconds