OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idealpix
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
601
const ColorVec
idealPix
= gatherOffsets<ColorScalarType>(texture, sampler, texCoord, componentNdx, offsets);
603
idealAccess.setPixel(
idealPix
, px, py);
606
tcu::greaterThan(tcu::absDiff(resultPix,
idealPix
),
680
const Vec4
idealPix
= gatherOffsetsCompare(texture, sampler, refZ, texCoord, offsets);
682
idealAccess.setPixel(
idealPix
, px, py);
684
if (!tcu::boolAll(tcu::equal(resultPix,
idealPix
)))
[
all
...]
Completed in 83 milliseconds