Searched defs:z_size (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/ |
D | lib.rs | 22 type z_size = if_zng!(usize, c_ulong); typedef 255 destLen: *mut z_size, in compress() 257 sourceLen: z_size, in compress() 262 destLen: *mut z_size, in compress2() 264 sourceLen: z_size, in compress2() 268 pub fn compressBound(sourceLen: z_size) -> z_size; in compressBound() 312 destLen: *mut z_size, in uncompress() 314 sourceLen: z_size, in uncompress()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
H A D | work_group_picking.cc | 191 int z_size = std::max(1, 32 / (x_size * y_size)); in GetWorkGroupSizeForApple() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_image.cpp | 356 unsigned int z_size = img.dim_z; in store_image_block() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/thread_dimensions/ |
H A D | test_thread_dimensions.cpp | 560 cl_uint x_size, y_size, z_size; in test_thread_dimensions() local
|