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:dccRamSize
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
ciaddrlib.cpp
240
pOut->
dccRamSize
= pIn->colorSurfSize >> 8;
in HwlComputeDccInfo()
249
if (0 == (pOut->
dccRamSize
& (pOut->dccRamBaseAlign - 1)))
in HwlComputeDccInfo()
257
if (pOut->
dccRamSize
== pOut->dccFastClearSize)
in HwlComputeDccInfo()
259
pOut->dccFastClearSize = PowTwoAlign(pOut->
dccRamSize
, dccRamSizeAlign);
in HwlComputeDccInfo()
261
if ((pOut->
dccRamSize
& (dccRamSizeAlign - 1)) != 0)
in HwlComputeDccInfo()
265
pOut->
dccRamSize
= PowTwoAlign(pOut->
dccRamSize
, dccRamSizeAlign);
in HwlComputeDccInfo()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
755
surf->meta_size = dcc_level->dcc_offset + AddrDccOut->
dccRamSize
;
in gfx6_compute_level()
779
surf->meta_slice_size = AddrDccOut->
dccRamSize
/ config->info.array_size;
in gfx6_compute_level()
1933
surf->meta_size = dout.
dccRamSize
;
in gfx9_compute_miptree()
2012
surf->u.gfx9.color.display_dcc_size = dout.
dccRamSize
;
in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
2293
UINT_64
dccRamSize
; ///< Size of dcc key
member
3403
UINT_32
dccRamSize
; ///< Size of dcc key
member
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
610
pOut->
dccRamSize
= PowTwoAlign((pIn->dataSurfaceSize / 256), pOut->dccRamBaseAlign);
in HwlComputeDccInfo()
690
pOut->
dccRamSize
= numMetaBlkX * numMetaBlkY * numMetaBlkZ *
in HwlComputeDccInfo()
692
pOut->
dccRamSize
= PowTwoAlign(pOut->
dccRamSize
, sizeAlign);
in HwlComputeDccInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
353
pOut->
dccRamSize
= pOut->dccRamSliceSize * (pOut->depth / metaBlk.d);
in HwlComputeDccInfo()
377
pOut->
dccRamSize
= pOut->dccRamSliceSize * (pOut->depth / metaBlk.d);
in HwlComputeDccInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
484
pOut->
dccRamSize
= pOut->dccRamSliceSize * (pOut->depth / metaBlk.d);
in HwlComputeDccInfo()
508
pOut->
dccRamSize
= pOut->dccRamSliceSize * (pOut->depth / metaBlk.d);
in HwlComputeDccInfo()
Completed in 32 milliseconds