• Home
  • Raw
  • Download

Lines Matching refs:getDepth

260 	DE_ASSERT(de::inBounds(z, 0, access.getDepth()));  in getSubregion()
261 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
286 DE_ASSERT(de::inBounds(z, 0, access.getDepth())); in getSubregion()
287 DE_ASSERT(de::inRange(z+depth, z+1, access.getDepth())); in getSubregion()
720 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
732 for (int z = 0; z < access.getDepth(); z++) in clear()
738 for (int z = 0; z < access.getDepth(); z++) in clear()
751 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD && in clear()
763 for (int z = 0; z < access.getDepth(); z++) in clear()
769 for (int z = 0; z < access.getDepth(); z++) in clear()
832 for (int z = 0; z < dst.getDepth(); z++) in fillWithComponentGradients3D()
840 float p = ((float)z + 0.5f) / (float)dst.getDepth(); in fillWithComponentGradients3D()
870 if (access.getHeight() == 1 && access.getDepth() == 1) in fillWithComponentGradients()
872 else if (access.getDepth() == 1) in fillWithComponentGradients()
911 for (int z = 0; z < access.getDepth(); z++) in fillWithGrid3D()
947 if (access.getHeight() == 1 && access.getDepth() == 1) in fillWithGrid()
949 else if (access.getDepth() == 1) in fillWithGrid()
976 TCU_CHECK_INTERNAL(dst.getDepth() == 1); in fillWithRGBAQuads()
991 TCU_CHECK_INTERNAL(dst.getDepth() == 1); in fillWithMetaballs()
1026 const int depth = dst.getDepth(); in copy()
1118 float sZ = (float)src.getDepth() / (float)dst.getDepth(); in scale()
1120 if (dst.getDepth() == 1 && src.getDepth() == 1) in scale()
1128 for (int z = 0; z < dst.getDepth(); z++) in scale()
1158 for (int z = 0; z < access.getDepth(); z += 2) in estimatePixelValueRange()