Searched refs:reduceImageDepth (Results 1 – 4 of 4) sorted by relevance
29 static size_t reduceImageDepth(size_t maxDimSize, RandomSeed& seed) { in reduceImageDepth() function243 imageInfo.depth = reduceImageDepth(maxDepth, seed ); in test_read_image_set_3D()
41 static size_t reduceImageDepth(size_t maxDepth) { in reduceImageDepth() function766 int maxArraySizeRange = (int) reduceImageDepth(maxArraySize); in test_write_image_2D_array_set()
39 static size_t reduceImageDepth(size_t maxDimSize, MTdata& seed) { in reduceImageDepth() function774 imageInfo.depth = reduceImageDepth(maxDepth, d ); in test_write_image_3D_set()
33 static size_t reduceImageDepth(size_t maxDepth) { in reduceImageDepth() function1526 int maxArraySizeRange = (int) reduceImageDepth(maxArraySize); in test_read_image_set_2D_array()