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_numBlocksTested
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fASTCDecompressionCases.cpp
377
,
m_numBlocksTested
(0)
in ASTCBlockCase2D()
425
const int numBlocksRemaining = totalNumBlocks -
m_numBlocksTested
;
in iterate()
442
deMemcpy(compressed.getData(), &m_blockData[
m_numBlocksTested
*tcu::astc::BLOCK_SIZE_BYTES], curNumUsedBlocks*tcu::astc::BLOCK_SIZE_BYTES);
in iterate()
473
"Blocks " + de::toString(
m_numBlocksTested
) + " to " + de::toString(
m_numBlocksTested
+ curNumUsedBlocks - 1));
in iterate()
487
const int blockNdx =
m_numBlocksTested
+ firstFailedBlockCoord.y()*numXBlocksPerImage + firstFailedBlockCoord.x();
in iterate()
504
if (
m_numBlocksTested
+ curNumUsedBlocks < totalNumBlocks)
in iterate()
510
m_numBlocksTested
+= curNumUsedBlocks;
in iterate()
512
if (
m_numBlocksTested
>= totalNumBlocks)
in iterate()
514
DE_ASSERT(
m_numBlocksTested
in iterate()
[all...]
H
A
D
es3fASTCDecompressionCases.hpp
71
int
m_numBlocksTested
;
member in deqp::gles3::Functional::ASTCBlockCase2D
Completed in 2 milliseconds