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:m_blockHeight
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
siaddrlib.cpp
2713
pOut->blockHeight =
m_blockHeight
[pOut->equationIndex];
in HwlComputeSurfaceInfo()
3619
memset(
m_blockHeight
, 0, sizeof(
m_blockHeight
));
3711
m_blockHeight
[equationIndex] = MicroTileHeight;
3720
m_blockHeight
[equationIndex] =
3727
m_blockWidth[equationIndex] *
m_blockHeight
[equationIndex] *
3799
m_blockHeight
[equationIndex] =
H
A
D
siaddrlib.h
324
UINT_32
m_blockHeight
[EquationTableSize];
member in Addr::V1::SiLib
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageCompressionTranscodingSupport.cpp
246
const deUint32
m_blockHeight
;
member in vkt::image::__anon28012::BasicTranscodingTestInstance
269
DE_ASSERT(m_blockWidth > 0u &&
m_blockHeight
> 0u);
in findMipMapLevelCount()
271
while (w > m_blockWidth && h >
m_blockHeight
)
in findMipMapLevelCount()
276
if (w > m_blockWidth && h >
m_blockHeight
)
in findMipMapLevelCount()
281
DE_ASSERT((m_parameters.size.y() >> (levelCount - 1u)) >=
m_blockHeight
);
in findMipMapLevelCount()
291
,
m_blockHeight
(getBlockHeight(m_parameters.formatCompressed))
in BasicTranscodingTestInstance()
743
UVec3(isCompressed ? imageExtent.width : imageExtent.width * m_blockWidth, isCompressed? imageExtent.height :imageExtent.height *
m_blockHeight
,imageExtent.depth)) *
in copyDataToImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageCompressionTranscodingSupport.cpp
246
const deUint32
m_blockHeight
;
member in vkt::image::__anon29244::BasicTranscodingTestInstance
269
DE_ASSERT(m_blockWidth > 0u &&
m_blockHeight
> 0u);
in findMipMapLevelCount()
271
while (w > m_blockWidth && h >
m_blockHeight
)
in findMipMapLevelCount()
276
if (w > m_blockWidth && h >
m_blockHeight
)
in findMipMapLevelCount()
281
DE_ASSERT((m_parameters.size.y() >> (levelCount - 1u)) >=
m_blockHeight
);
in findMipMapLevelCount()
291
,
m_blockHeight
(getBlockHeight(m_parameters.formatCompressed))
in BasicTranscodingTestInstance()
732
UVec3(isCompressed ? imageExtent.width : imageExtent.width * m_blockWidth, isCompressed? imageExtent.height :imageExtent.height *
m_blockHeight
,imageExtent.depth)) *
in copyDataToImage()
Completed in 21 milliseconds