Lines Matching refs:getDepth
268 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
269 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
294 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
295 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
758 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
770 for (int z = 0; z < access.getDepth(); z++) in clear()
776 for (int z = 0; z < access.getDepth(); z++) in clear()
789 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
801 for (int z = 0; z < access.getDepth(); z++) in clear()
807 for (int z = 0; z < access.getDepth(); z++) in clear()
915 for (int z = 0; z < dst.getDepth(); z++) in fillWithComponentGradients3D()
923 float p = ((float)z + 0.5f) / (float)dst.getDepth(); in fillWithComponentGradients3D()
967 if (access.getHeight() == 1 && access.getDepth() == 1) in fillWithComponentGradientsStyled()
969 else if (access.getDepth() == 1) in fillWithComponentGradientsStyled()
1023 for (int z = 0; z < access.getDepth(); z++) in fillWithGrid3D()
1059 if (access.getHeight() == 1 && access.getDepth() == 1) in fillWithGrid()
1061 else if (access.getDepth() == 1) in fillWithGrid()
1088 TCU_CHECK_INTERNAL(dst.getDepth() == 1); in fillWithRGBAQuads()
1103 TCU_CHECK_INTERNAL(dst.getDepth() == 1); in fillWithMetaballs()
1138 const int depth = dst.getDepth(); in copy()
1230 float sZ = (float)src.getDepth() / (float)dst.getDepth(); in scale()
1232 if (dst.getDepth() == 1 && src.getDepth() == 1) in scale()
1240 for (int z = 0; z < dst.getDepth(); z++) in scale()
1270 for (int z = 0; z < access.getDepth(); z += 2) in estimatePixelValueRange()