Lines Matching defs:BytesPerBlock
75 uint8_t BytesPerBlock;
128 assert(info->BytesPerBlock);
129 assert(info->BytesPerBlock <= MAX_PIXEL_BYTES ||
131 return info->BytesPerBlock;
827 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
830 sz = width * height * depth * info->BytesPerBlock;
855 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
859 (uint64_t) depth * info->BytesPerBlock);
875 const int32_t stride = wblocks * info->BytesPerBlock;
879 const int32_t stride = width * info->BytesPerBlock;