OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refPix
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuImageCompare.cpp
118
const IVec4
refPix
= reference.getPixelInt(x, y, z);
123
const UVec4 diff = abs(
refPix
- cmpPix).cast<deUint32>();
142
const UVec4 diff = abs(
refPix
- deviatedCmpPix).cast<deUint32>();
506
const Vec4
refPix
= reference.getPixel(x, y, z);
508
const UVec4 diff = computeFlushRelaxedULPDiff(
refPix
, cmpPix);
592
Vec4
refPix
= reference.getPixel(x, y, z);
595
Vec4 diff = abs(
refPix
- cmpPix);
761
IVec4
refPix
= reference.getPixelInt(x, y, z);
764
UVec4 diff = abs(
refPix
- cmpPix).cast<deUint32>();
[
all
...]
/external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp
166
const IVec4
refPix
= reference.getPixel(x, y).toIVec();
168
if (
refPix
== IVec4(255, 0, 255, 255))
176
const IVec4 diff = tcu::abs(
refPix
- resPix);
/external/deqp/modules/glshared/
glsTextureTestUtil.cpp
[
all
...]
Completed in 950 milliseconds