OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resPix
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/common/
tcuBilinearImageCompare.cpp
116
const RGBA
resPix
= readRGBA8(result, (deUint32)x, (deUint32)y);
127
if (compareThreshold(
resPix
, readRGBA8(reference, x1, y1), threshold) ||
128
compareThreshold(
resPix
, readRGBA8(reference, x0, y1), threshold) ||
129
compareThreshold(
resPix
, readRGBA8(reference, x2, y1), threshold) ||
130
compareThreshold(
resPix
, readRGBA8(reference, x0, y0), threshold) ||
131
compareThreshold(
resPix
, readRGBA8(reference, x1, y0), threshold) ||
132
compareThreshold(
resPix
, readRGBA8(reference, x2, y0), threshold) ||
133
compareThreshold(
resPix
, readRGBA8(reference, x0, y2), threshold) ||
134
compareThreshold(
resPix
, readRGBA8(reference, x1, y2), threshold) ||
135
compareThreshold(
resPix
, readRGBA8(reference, x2, y2), threshold)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp
393
const tcu::RGBA
resPix
= result.getPixel(x, y);
394
const bool isBg = tcu::compareThreshold(
resPix
, bgRef, threshold);
395
const bool isFg = tcu::compareThreshold(
resPix
, fgRef, threshold);
584
const tcu::RGBA
resPix
= result.getPixel(x, y);
585
const bool isBg = tcu::compareThreshold(
resPix
, bgRef, isBgThreshold);
586
const bool isFg = tcu::compareThreshold(
resPix
, fgRef, isFgThreshold);
587
const bool nonZeroDeriv =
resPix
.getBlue() > 0;
/external/deqp/modules/glshared/
glsTextureTestUtil.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp
175
const IVec4
resPix
= result.getPixel(x, y).toIVec();
176
const IVec4 diff = tcu::abs(refPix -
resPix
);
/external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp
[
all
...]
Completed in 172 milliseconds