Home
last modified time | relevance | path

Searched defs:z_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/
Dlib.rs22 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 Dwork_group_picking.cc191 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/
Dastcenc_image.cpp356 unsigned int z_size = img.dim_z; in store_image_block() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/thread_dimensions/
H A Dtest_thread_dimensions.cpp560 cl_uint x_size, y_size, z_size; in test_thread_dimensions() local