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:forbiddenBlock
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
1433
sin.
forbiddenBlock
.micro = 1; /* don't allow the 256B swizzle modes */
in gfx9_get_preferred_swizzle_mode()
1438
sin.
forbiddenBlock
.gfx11.thin256KB = 1;
in gfx9_get_preferred_swizzle_mode()
1439
sin.
forbiddenBlock
.gfx11.thick256KB = 1;
in gfx9_get_preferred_swizzle_mode()
1442
sin.
forbiddenBlock
.var = 1; /* don't allow the variable-sized swizzle modes */
in gfx9_get_preferred_swizzle_mode()
1463
sin.
forbiddenBlock
.macroThin4KB = 1;
in gfx9_get_preferred_swizzle_mode()
1464
sin.
forbiddenBlock
.macroThick4KB = 1;
in gfx9_get_preferred_swizzle_mode()
1466
sin.
forbiddenBlock
.gfx11.thin256KB = 1;
in gfx9_get_preferred_swizzle_mode()
1467
sin.
forbiddenBlock
.gfx11.thick256KB = 1;
in gfx9_get_preferred_swizzle_mode()
1469
sin.
forbiddenBlock
.linear = 1;
in gfx9_get_preferred_swizzle_mode()
1473
sin.
forbiddenBlock
in gfx9_get_preferred_swizzle_mode()
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
2439
allowedSwModeSet.value |= pIn->
forbiddenBlock
.linear ? 0 : Gfx11LinearSwModeMask;
2440
allowedSwModeSet.value |= pIn->
forbiddenBlock
.micro ? 0 : Gfx11Blk256BSwModeMask;
2442
pIn->
forbiddenBlock
.macroThin4KB ? 0 :
2445
pIn->
forbiddenBlock
.macroThick4KB ? 0 :
2448
pIn->
forbiddenBlock
.macroThin64KB ? 0 :
2451
pIn->
forbiddenBlock
.macroThick64KB ? 0 :
2454
pIn->
forbiddenBlock
.gfx11.thin256KB ? 0 :
2457
pIn->
forbiddenBlock
.gfx11.thick256KB ? 0 :
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
2784
const BOOL_32 forbid64KbBlockType = pIn->
forbiddenBlock
.macroThin64KB ? TRUE : FALSE;
2785
const BOOL_32 forbidVarBlockType = ((m_blockVarSizeLog2 == 0) || (pIn->
forbiddenBlock
.var != 0));
2914
allowedSwModeSet.value |= pIn->
forbiddenBlock
.linear ? 0 : Gfx10LinearSwModeMask;
2915
allowedSwModeSet.value |= pIn->
forbiddenBlock
.micro ? 0 : Gfx10Blk256BSwModeMask;
2917
pIn->
forbiddenBlock
.macroThin4KB ? 0 :
2920
pIn->
forbiddenBlock
.macroThick4KB ? 0 :
2923
pIn->
forbiddenBlock
.macroThin64KB ? 0 :
2926
pIn->
forbiddenBlock
.macroThick64KB ? 0 :
2929
pIn->
forbiddenBlock
.var ? 0 : (m_blockVarSizeLog2 ? Gfx10BlkVarSwModeMask : 0);
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
3516
allowedSwModeSet.value |= pIn->
forbiddenBlock
.linear ? 0 : Gfx9LinearSwModeMask;
3517
allowedSwModeSet.value |= pIn->
forbiddenBlock
.micro ? 0 : Gfx9Blk256BSwModeMask;
3519
pIn->
forbiddenBlock
.macroThin4KB ? 0 :
3522
pIn->
forbiddenBlock
.macroThick4KB ? 0 :
3525
pIn->
forbiddenBlock
.macroThin64KB ? 0 :
3528
pIn->
forbiddenBlock
.macroThick64KB ? 0 :
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
3875
ADDR2_BLOCK_SET
forbiddenBlock
; ///< Client can use it to disable some block setting
member
Completed in 26 milliseconds