Lines Matching defs:depth
94 const int depth = reference.getDepth();
97 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
99 for (int z = 0; z < depth; z++)
125 z < maxPositionDeviation.z() || z + maxPositionDeviation.z() >= depth))
139 for (int sz = de::max(0, z - maxPositionDeviation.z()); sz <= de::min(depth - 1, z + maxPositionDeviation.z()) && !pixelFoundForReference; ++sz)
152 for (int sz = de::max(0, z - maxPositionDeviation.z()); sz <= de::min(depth - 1, z + maxPositionDeviation.z()) && !pixelFoundForResult; ++sz)
414 int depth = reference.getDepth();
415 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
421 TCU_CHECK(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
423 for (int z = 0; z < depth; z++)
507 int depth = reference.getDepth();
508 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
514 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
516 for (int z = 0; z < depth; z++)
594 const int depth = result.getDepth();
596 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
602 for (int z = 0; z < depth; z++)
676 int depth = reference.getDepth();
677 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
683 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
685 for (int z = 0; z < depth; z++)
771 const int depth = reference.getDepth();
772 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);
850 const int depth = reference.getDepth();
851 TextureLevel errorMaskStorage (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height, depth);