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:hiz_usage
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_emit_depth_stencil.c
128
db.CompressionMode = isl_aux_usage_has_ccs(info->
hiz_usage
);
in emit_depth_stencil_hiz_s()
146
isl_aux_usage_has_ccs(info->
hiz_usage
);
in emit_depth_stencil_hiz_s()
153
if (separate_stencil || info->
hiz_usage
== ISL_AUX_USAGE_HIZ) {
in emit_depth_stencil_hiz_s()
236
assert(info->
hiz_usage
== ISL_AUX_USAGE_NONE ||
in emit_depth_stencil_hiz_s()
237
isl_aux_usage_has_hiz(info->
hiz_usage
));
in emit_depth_stencil_hiz_s()
238
if (isl_aux_usage_has_hiz(info->
hiz_usage
)) {
in emit_depth_stencil_hiz_s()
239
assert(GFX_VER >= 12 || info->
hiz_usage
== ISL_AUX_USAGE_HIZ);
in emit_depth_stencil_hiz_s()
268
info->
hiz_usage
== ISL_AUX_USAGE_HIZ_CCS_WT;
in emit_depth_stencil_hiz_s()
H
A
D
isl.h
1770
enum isl_aux_usage
hiz_usage
;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resolve.c
205
num_layers, ice->state.
hiz_usage
);
in iris_predraw_resolve_framebuffer()
296
num_layers, ice->state.
hiz_usage
);
in iris_postdraw_update_resolve_tracking()
H
A
D
iris_context.h
766
enum isl_aux_usage
hiz_usage
;
member
H
A
D
iris_state.c
3315
info.
hiz_usage
= zres->aux.usage;
in iris_set_framebuffer_state()
3320
ice->state.
hiz_usage
= info.
hiz_usage
;
in iris_set_framebuffer_state()
6499
if (zres && ice->state.
hiz_usage
!= ISL_AUX_USAGE_NONE) {
in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resolve.c
242
num_layers, ice->state.
hiz_usage
);
in crocus_predraw_resolve_framebuffer()
339
ice->state.
hiz_usage
);
in crocus_postdraw_update_resolve_tracking()
H
A
D
crocus_context.h
610
enum isl_aux_usage
hiz_usage
;
member
H
A
D
crocus_state.c
3465
ice->state.
hiz_usage
= aux_usage;
in crocus_set_framebuffer_state()
7483
info.
hiz_usage
= zres->aux.usage;
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_genX_exec.h
1723
info.
hiz_usage
= params->depth.aux_usage;
in blorp_emit_depth_stencil_config()
1724
if (isl_aux_usage_has_hiz(info.
hiz_usage
)) {
in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
6343
info.
hiz_usage
= gfx->depth_att.aux_usage;
in cmd_buffer_emit_depth_stencil()
6344
if (info.
hiz_usage
!= ISL_AUX_USAGE_NONE) {
in cmd_buffer_emit_depth_stencil()
6345
assert(isl_aux_usage_has_hiz(info.
hiz_usage
));
in cmd_buffer_emit_depth_stencil()
6408
cmd_buffer->state.hiz_enabled = isl_aux_usage_has_hiz(info.
hiz_usage
);
in cmd_buffer_emit_depth_stencil()
Completed in 50 milliseconds