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:pow2Pad
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
siaddrlib.cpp
1749
// From SI, if
pow2Pad
is 1 the pitch is expanded 3x first, then padded to pow2, so nothing to
1751
if (pIn->flags.
pow2Pad
== FALSE)
1784
if (pIn->flags.
pow2Pad
== FALSE)
in HwlPostHandleBaseLvl3xPitch()
2743
// we explicity set
pow2Pad
flag. The 3x base pitch is padded to pow2 but after being
in HwlComputeMipLevel()
2748
// If
pow2Pad
is 0, we don't assert - as this is not really used for a mip chain
in HwlComputeMipLevel()
2749
ADDR_ASSERT((pIn->flags.
pow2Pad
== FALSE) ||
in HwlComputeMipLevel()
2759
//
pow2Pad
is done in PostComputeMipLevel
in HwlComputeMipLevel()
2779
//
pow2Pad
covers all mipmap cases
in HwlCheckLastMacroTiledLvl()
2780
if (pIn->flags.
pow2Pad
)
in HwlCheckLastMacroTiledLvl()
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
506
UINT_32
pow2Pad
: 1; ///< SI: Pad to pow2, must set for mipmap (include level0)
member
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib1.cpp
3843
if (pIn->flags.
pow2Pad
)
in PostComputeMipLevel()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
1112
AddrSurfInfoIn.flags.
pow2Pad
= config->info.levels > 1;
in gfx6_compute_surface()
Completed in 20 milliseconds