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:basePitch
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrelemlib.cpp
1140
UINT_32
basePitch
;
in AdjustSurfaceInfo()
local
1200
basePitch
= *pBasePitch;
in AdjustSurfaceInfo()
1208
basePitch
*= expandX;
in AdjustSurfaceInfo()
1219
basePitch
=
basePitch
/ expandX;
in AdjustSurfaceInfo()
1237
basePitch
= (
basePitch
+ expandX - 1) / expandX;
in AdjustSurfaceInfo()
1243
*pBasePitch =
basePitch
; // 0 is legal value for base pitch.
in AdjustSurfaceInfo()
H
A
D
addrlib2.cpp
214
UINT_32
basePitch
= 0;
in ComputeSurfaceInfo()
local
219
&
basePitch
,
in ComputeSurfaceInfo()
H
A
D
addrlib1.cpp
270
&localIn.
basePitch
,
in ComputeSurfaceInfo()
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
siaddrlib.cpp
2739
//
basePitch
is calculated from level 0 so we only check this for mipLevel > 0
in HwlComputeMipLevel()
2742
// Note: Don't check expand 3x formats(96 bit) as the
basePitch
is not pow2 even if
in HwlComputeMipLevel()
2744
// divided by expandX factor (3) - to program texture pitch, the
basePitch
is never pow2.
in HwlComputeMipLevel()
2750
((pIn->
basePitch
!= 0) && IsPow2(pIn->
basePitch
)));
in HwlComputeMipLevel()
2753
if (pIn->
basePitch
!= 0)
in HwlComputeMipLevel()
2755
pIn->width = Max(1u, pIn->
basePitch
>> pIn->mipLevel);
in HwlComputeMipLevel()
2790
if (pIn->mipLevel == 0 || pIn->
basePitch
== 0)
in HwlCheckLastMacroTiledLvl()
2792
// Base level or fail-safe case (
basePitch
== 0)
in HwlCheckLastMacroTiledLvl()
2798
nextPitch = pIn->
basePitch
>> (pI
in HwlCheckLastMacroTiledLvl()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fTextureSpecificationTests.cpp
825
int
basePitch
= transferFmt.getPixelSize()*rowLen;
in getRowPitch()
local
826
return alignment*(
basePitch
/alignment + ((
basePitch
% alignment) ? 1 : 0));
in getRowPitch()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
679
AddrSurfInfoIn->
basePitch
= surf->u.legacy.zs.stencil_level[0].nblk_x;
in gfx6_compute_level()
681
AddrSurfInfoIn->
basePitch
= surf->u.legacy.level[0].nblk_x;
in gfx6_compute_level()
685
AddrSurfInfoIn->
basePitch
*= surf->blk_w;
in gfx6_compute_level()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
2407
UINT_32
basePitch
= 0;
2412
&
basePitch
,
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
571
UINT_32
basePitch
; ///< Base level pitch in pixels, 0 means ignored, is a
member
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
3480
UINT_32
basePitch
= 0;
3485
&
basePitch
,
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
2881
UINT_32
basePitch
= 0;
2886
&
basePitch
,
Completed in 59 milliseconds