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:surfSize
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib2.cpp
321
ADDR_ASSERT(pOut->
surfSize
!= 0);
in ComputeSurfaceInfo()
715
pOut->fmaskBytes = static_cast<UINT_32>(localOut.
surfSize
);
in ComputeFmaskInfo()
1970
ADDR_ASSERT((pOut->
surfSize
% pOut->baseAlign) == 0);
1976
pOut->pStereoInfo->rightOffset = static_cast<UINT_32>(pOut->
surfSize
);
1986
pOut->
surfSize
<<= 1;
H
A
D
addrlib1.cpp
402
pOut->sliceSize = pOut->
surfSize
;
in ComputeSurfaceInfo()
406
pOut->sliceSize = pOut->
surfSize
/ pOut->depth;
in ComputeSurfaceInfo()
3920
ADDR_ASSERT((pOut->
surfSize
% pOut->baseAlign) == 0);
in ComputeQbStereoInfo()
3926
pOut->pStereoInfo->rightOffset = static_cast<UINT_32>(pOut->
surfSize
);
in ComputeQbStereoInfo()
3934
pOut->
surfSize
<<= 1;
in ComputeQbStereoInfo()
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
egbaddrlib.cpp
331
pOut->
surfSize
= logicalSliceSize * expNumSlices;
in ComputeSurfaceInfoLinear()
440
pOut->
surfSize
= logicalSliceSize * expNumSlices;
in ComputeSurfaceInfoMicroTiled()
639
pOut->
surfSize
= bytesPerSlice * expNumSlices;
in ComputeSurfaceInfoMacroTiled()
3216
// Align the
surfSize
to htilecachelinesize * pipes at last
3277
pOut->fmaskBytes = surfOut.
surfSize
;
3285
pOut->sliceSize = surfOut.
surfSize
/ surfOut.depth;
3289
pOut->sliceSize = surfOut.
surfSize
;
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
2655
padSize[i] = localOut.
surfSize
;
3092
pOut->
surfSize
= mipSliceSize * pOut->numSlices;
3097
pOut->
surfSize
= pOut->sliceSize * pOut->numSlices;
3224
pOut->
surfSize
= mipChainSliceSize * pOut->numSlices;
3326
pOut->
surfSize
= pOut->sliceSize * pOut->numSlices;
4229
pOut->
surfSize
= sliceSize * pOut->numSlices;
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
734
surf->surf_size = (uint64_t)surf_level->offset_256B * 256 + AddrSurfInfoOut->
surfSize
;
in gfx6_compute_level()
744
AddrDccIn->colorSurfSize = AddrSurfInfoOut->
surfSize
;
in gfx6_compute_level()
1746
surf->surf_size = surf->u.gfx9.zs.stencil_offset + out.
surfSize
;
in gfx9_compute_miptree()
1764
surf->surf_size = out.
surfSize
;
in gfx9_compute_miptree()
1914
din.dataSurfaceSize = out.
surfSize
;
in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
3149
padSize[i] = localOut.
surfSize
;
3609
pOut->
surfSize
= mipSliceSize * pOut->numSlices;
3614
pOut->
surfSize
= pOut->sliceSize * pOut->numSlices;
3741
pOut->
surfSize
= mipChainSliceSize * pOut->numSlices;
3841
pOut->
surfSize
= pOut->sliceSize * pOut->numSlices;
4821
pOut->
surfSize
= sliceSize * pOut->numSlices;
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
597
UINT_64
surfSize
; ///< Surface size in bytes
member
609
/// By default this value equals to
surfSize
for volume
2499
UINT_64
surfSize
; ///< Surface (total mip chain) size in bytes
member
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
3791
padSize[i] = localOut.
surfSize
;
4287
pOut->
surfSize
= pOut->sliceSize * pOut->mipChainSlice;
4389
pOut->
surfSize
= pOut->sliceSize * pOut->numSlices;
Completed in 37 milliseconds