Searched refs:offNdx (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 1262 for (int offNdx = 0; offNdx < 4 && isCurrentPixelValid; offNdx++) in isGatherOffsetsCompareResultValid() local 1265 const int x = wrap(sampler.wrapS, i+offsets[offNdx].x(), w); in isGatherOffsetsCompareResultValid() 1266 const int y = wrap(sampler.wrapT, j+offsets[offNdx].y(), h); in isGatherOffsetsCompareResultValid() 1270 if (!isResultInSet(resSet, result[offNdx], prec.resultBits)) in isGatherOffsetsCompareResultValid() 1356 for (int offNdx = 0; offNdx < 4 && isCurrentPixelValid; offNdx++) in isGatherCompareResultValid() local 1358 … remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, i+offsets[offNdx].x(), j+offsets[offNdx].y()),… in isGatherCompareResultValid() 1368 if (!isResultInSet(resSet, result[offNdx], prec.resultBits)) in isGatherCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 2463 for (int offNdx = 0; offNdx < 4; offNdx++) in isGatherOffsetsResultValid() local 2466 const int x = wrap(sampler.wrapS, i+offsets[offNdx].x(), w); in isGatherOffsetsResultValid() 2467 const int y = wrap(sampler.wrapT, j+offsets[offNdx].y(), h); in isGatherOffsetsResultValid() 2468 color[offNdx] = lookup<ScalarType>(level, sampler, x, y, coordZ)[componentNdx]; in isGatherOffsetsResultValid() 2600 for (int offNdx = 0; offNdx < 4; offNdx++) in isGatherResultValid() local 2602 … remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, i+offsets[offNdx].x(), j+offsets[offNdx].y()),… in isGatherResultValid() 2609 color[offNdx] = lookup<ScalarType>(faces[c.face], sampler, c.s, c.t, 0)[componentNdx]; in isGatherResultValid()
|