Searched defs:sampleMax (Results 1 – 3 of 3) sorted by relevance
424 int sampleMax = imageView->getSampleCount() - 1; in WriteDescriptorSet() local501 …t level, int width, int height, int depth, int pitchP, int sliceP, int samplePitchP, int sampleMax) in WriteTextureLevelInfo()
42 int4 sampleMax; member
989 size_t const sampleMax = (FUZ_rand(&randState) & ((1<<nbBitsSeg)-1)) + 1; in fuzzerTests() local