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:deAbs32
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuRGBA.cpp
67
rDiff = (deUint8)
deAbs32
(ra - rb);
in computeAbsDiffMasked()
75
gDiff = (deUint8)
deAbs32
(ga - gb);
in computeAbsDiffMasked()
83
bDiff = (deUint8)
deAbs32
(ba - bb);
in computeAbsDiffMasked()
91
aDiff = (deUint8)
deAbs32
(aa - ab);
in computeAbsDiffMasked()
H
A
D
tcuRGBA.hpp
119
deAbs32
(a.getRed() - b.getRed()),
in computeAbsDiff()
120
deAbs32
(a.getGreen() - b.getGreen()),
in computeAbsDiff()
121
deAbs32
(a.getBlue() - b.getBlue()),
in computeAbsDiff()
122
deAbs32
(a.getAlpha() - b.getAlpha()));
in computeAbsDiff()
H
A
D
tcuRasterizationVerifier.cpp
99
return
deAbs32
(colorA.getRed() - colorB.getRed()) <= thresholdRed &&
in compareColors()
100
deAbs32
(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen &&
in compareColors()
101
deAbs32
(colorA.getBlue() - colorB.getBlue()) <= thresholdBlue;
in compareColors()
1505
if (
deAbs32
(referenceFragments - resultFragments) > allowedDeviation)
/third_party/vk-gl-cts/framework/delibs/debase/
H
A
D
deMath.c
149
const int exponent = 31 - deClz32((deUint32)
deAbs32
(x));
in deInt32ToFloatRoundToNegInf()
H
A
D
deInt32.h
52
DE_INLINE int
deAbs32
(int a)
in deAbs32()
function
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsVertexArrayTests.cpp
1783
deUint8 r = (deUint8)
deAbs32
(refPixel.getRed() - screenCmpPixel.getRed());
in compare()
1784
deUint8 g = (deUint8)
deAbs32
(refPixel.getGreen() - screenCmpPixel.getGreen());
in compare()
1785
deUint8 b = (deUint8)
deAbs32
(refPixel.getBlue() - screenCmpPixel.getBlue());
in compare()
1794
deUint8 r = (deUint8)
deAbs32
(refCmpPixel.getRed() - screenPixel.getRed());
in compare()
1795
deUint8 g = (deUint8)
deAbs32
(refCmpPixel.getGreen() - screenPixel.getGreen());
in compare()
1796
deUint8 b = (deUint8)
deAbs32
(refCmpPixel.getBlue() - screenPixel.getBlue());
in compare()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcTextureFilterAnisotropicTests.cpp
776
sum +=
deAbs32
((int)current - (int)last);
in verifyScene()
Completed in 17 milliseconds