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:tcCompatible
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
ciaddrlib.cpp
296
(pIn->flags.
tcCompatible
== TRUE))
in HwlComputeCmaskAddrFromCoord()
340
(pIn->flags.
tcCompatible
== TRUE))
in HwlComputeHtileAddrFromCoord()
708
(pOut->
tcCompatible
== TRUE) &&
in HwlComputeSurfaceInfo()
712
pOut->
tcCompatible
= CheckTcCompatibility(pOut->pTileInfo, pIn->bpp, pOut->tileMode, pOut->tileType, pOut);
in HwlComputeSurfaceInfo()
731
(pOut->
tcCompatible
== TRUE))
in HwlComputeSurfaceInfo()
738
localIn.flags.
tcCompatible
= FALSE;
in HwlComputeSurfaceInfo()
1193
(pInOut->flags.
tcCompatible
== FALSE))
in HwlSelectTileMode()
1303
//
tcCompatible
flag is only meaningful for gfx8.
in HwlSetupTileInfo()
1306
flags.
tcCompatible
= FALSE;
in HwlSetupTileInfo()
1320
flags.
tcCompatible
in HwlSetupTileInfo()
2312
BOOL_32
tcCompatible
= TRUE;
CheckTcCompatibility()
local
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib1.cpp
236
pOut->
tcCompatible
= FALSE;
in ComputeSurfaceInfo()
1287
if (pIn->flags.
tcCompatible
)
in ComputeHtileInfo()
1513
if (pIn->flags.
tcCompatible
)
in ComputeHtileAddrFromCoord()
1653
if (pIn->flags.
tcCompatible
== TRUE)
in ComputeCmaskAddrFromCoord()
1876
baseAlign = HwlComputeHtileBaseAlign(flags.
tcCompatible
, isLinear, pTileInfo);
in ComputeHtileInfo()
1920
if (flags.
tcCompatible
)
in ComputeCmaskBaseAlign()
3655
else if (IsMacroTiled(tileMode) && (pInOut->flags.
tcCompatible
== FALSE))
in OptimizeTileMode()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
819
AddrHtileIn->flags.
tcCompatible
= AddrSurfInfoOut->
tcCompatible
;
in gfx6_compute_level()
1113
AddrSurfInfoIn.flags.
tcCompatible
= (surf->flags & RADEON_SURF_TC_COMPATIBLE_HTILE) != 0;
in gfx6_compute_surface()
1119
AddrSurfInfoIn.flags.opt4Space = !AddrSurfInfoIn.flags.
tcCompatible
&&
in gfx6_compute_surface()
1245
if (!AddrSurfInfoOut.
tcCompatible
) {
in gfx6_compute_surface()
1246
AddrSurfInfoIn.flags.
tcCompatible
= 0;
in gfx6_compute_surface()
1270
AddrSurfInfoIn.flags.
tcCompatible
= 0;
in gfx6_compute_surface()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
508
UINT_32
tcCompatible
: 1; ///< Flag indicates surface needs to be shader readable
member
628
UINT_32
tcCompatible
: 1; ///< If the surface can be shader compatible
member
855
UINT_32
tcCompatible
: 1; ///< Flag indicates surface needs to be shader readable
member
965
UINT_32 zStencilAddr; ///<
tcCompatible
Z/Stencil surface address
1078
UINT_32
tcCompatible
: 1; ///< Flag indicates surface needs to be shader readable
member
Completed in 24 milliseconds