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_count_control
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
1506
unsigned db_shader_control, db_render_control,
db_count_control
;
in si_emit_db_render_state()
local
1554
db_count_control
= S_028004_PERFECT_ZPASS_COUNTS(perfect) |
in si_emit_db_render_state()
1559
db_count_control
= S_028004_PERFECT_ZPASS_COUNTS(perfect) |
in si_emit_db_render_state()
1565
db_count_control
= 0;
in si_emit_db_render_state()
1567
db_count_control
= S_028004_ZPASS_INCREMENT_DISABLE(1);
in si_emit_db_render_state()
1573
db_render_control,
db_count_control
);
in si_emit_db_render_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
evergreen_state.c
2073
unsigned
db_count_control
= 0;
in evergreen_emit_db_misc_state()
local
2080
db_count_control
|= S_028004_PERFECT_ZPASS_COUNTS(1);
in evergreen_emit_db_misc_state()
2082
db_count_control
|= S_028004_SAMPLE_RATE(a->log_samples);
in evergreen_emit_db_misc_state()
2086
db_count_control
|= S_028004_ZPASS_INCREMENT_DISABLE(1);
in evergreen_emit_db_misc_state()
2115
radeon_emit(cs,
db_count_control
); /* R_028004_DB_COUNT_CONTROL */
in evergreen_emit_db_misc_state()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_cmd_buffer.c
2931
uint32_t
db_count_control
;
in radv_set_db_count_control()
local
2945
db_count_control
= S_028004_ZPASS_INCREMENT_DISABLE(1);
in radv_set_db_count_control()
2956
db_count_control
= S_028004_PERFECT_ZPASS_COUNTS(1) |
in radv_set_db_count_control()
2973
db_count_control
= S_028004_PERFECT_ZPASS_COUNTS(1) | S_028004_SAMPLE_RATE(sample_rate);
in radv_set_db_count_control()
2977
radeon_set_context_reg(cmd_buffer->cs, R_028004_DB_COUNT_CONTROL,
db_count_control
);
in radv_set_db_count_control()
Completed in 30 milliseconds