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:metaRbUnaligned
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
180
/* The metaPipeUnaligned is not strictly necessary, but ensure we don't set
metaRbUnaligned
on
in ac_modifier_fill_dcc_params()
182
surf_info->flags.
metaRbUnaligned
= AMD_FMT_MOD_GET(TILE_VERSION, modifier) == AMD_FMT_MOD_TILE_VER_GFX9 &&
in ac_modifier_fill_dcc_params()
1812
assert(in->flags.
metaRbUnaligned
== 0);
in gfx9_compute_miptree()
1890
is_dcc_supported_by_DCN(info, config, surf, !in->flags.
metaRbUnaligned
,
in gfx9_compute_miptree()
1905
din.dccKeyFlags.rbAligned = !in->flags.
metaRbUnaligned
;
in gfx9_compute_miptree()
2083
in->flags.
metaRbUnaligned
== 0) ||
in gfx9_compute_miptree()
2094
assert(in->flags.
metaRbUnaligned
== 0);
in gfx9_compute_miptree()
2229
AddrSurfInfoIn.flags.
metaRbUnaligned
= 0;
in gfx9_compute_surface()
2258
AddrSurfInfoIn.flags.
metaRbUnaligned
= 1;
in gfx9_compute_surface()
H
A
D
ac_surface_meta_address_test.c
240
xin.flags.
metaRbUnaligned
= !rb_aligned;
in one_dcc_address_test()
604
cin.colorFlags.
metaRbUnaligned
= !rb_aligned;
in one_cmask_address_test()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
2411
UINT_32
metaRbUnaligned
: 1; ///< This resource has rb unaligned metadata
member
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
3648
(pIn->flags.
metaRbUnaligned
== FALSE) &&
Completed in 19 milliseconds