Lines Matching refs:getDepth
268 DE_ASSERT(de::inBounds(z, 0, access.getDepth()));
270 DE_ASSERT(de::inRange(z + depth, z + 1, access.getDepth()));
295 DE_ASSERT(de::inBounds(z, 0, access.getDepth()));
297 DE_ASSERT(de::inRange(z + depth, z + 1, access.getDepth()));
760 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
772 for (int z = 0; z < access.getDepth(); z++)
778 for (int z = 0; z < access.getDepth(); z++)
791 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
803 for (int z = 0; z < access.getDepth(); z++)
809 for (int z = 0; z < access.getDepth(); z++)
917 for (int z = 0; z < dst.getDepth(); z++)
925 float p = ((float)z + 0.5f) / (float)dst.getDepth();
969 if (access.getHeight() == 1 && access.getDepth() == 1)
971 else if (access.getDepth() == 1)
1025 for (int z = 0; z < access.getDepth(); z++)
1061 if (access.getHeight() == 1 && access.getDepth() == 1)
1063 else if (access.getDepth() == 1)
1090 TCU_CHECK_INTERNAL(dst.getDepth() == 1);
1105 TCU_CHECK_INTERNAL(dst.getDepth() == 1);
1140 const int depth = dst.getDepth();
1232 float sZ = (float)src.getDepth() / (float)dst.getDepth();
1234 if (dst.getDepth() == 1 && src.getDepth() == 1)
1242 for (int z = 0; z < dst.getDepth(); z++)
1272 for (int z = 0; z < access.getDepth(); z += 2)