/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_meta.h | 26 panvk_meta_get_uint_format_for_blk_size(unsigned blk_sz) in panvk_meta_get_uint_format_for_blk_size() 55 unsigned blk_sz = util_format_get_blocksize(pfmt); in panvk_meta_copy_get_image_properties() local
|
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/ |
H A D | gpt.rs | 119 let blk_sz = io.info().block_size; in check_header() localVariable 661 let blk_sz = disk.io().info().block_size; in load_and_validate_gpt() localVariable 698 let blk_sz = disk.io().info().block_size; in load_and_sync() localVariable 816 let blk_sz: usize = disk.io().info().block_size.try_into()?; in update_gpt() localVariable 869 let blk_sz = disk.block_info().block_size; in erase_gpt() localVariable 1033 let blk_sz = self.disk.block_info().block_size; localVariable 1099 let blk_sz = self.disk.block_info().block_size; in persist() localVariable
|
H A D | lib.rs | 306 let blk_sz = usize::try_from(self.block_info().block_size)?; in fill() localVariable
|
/aosp_15_r20/external/libvpx/tools/3D-Reconstruction/MotionEST/ |
H A D | Util.py | 24 def drawMF(img, blk_sz, mf): argument
|
H A D | GroundTruth.py | 29 def __init__(self, cur_f, ref_f, blk_sz, gt_path, mf=None, mask=None): argument
|
H A D | HornSchunck.py | 30 def __init__(self, cur_f, ref_f, blk_sz, alpha, sigma, max_iter=100): argument
|
H A D | MotionEST.py | 26 def __init__(self, cur_f, ref_f, blk_sz): argument
|
H A D | Anandan.py | 31 def __init__(self, cur_f, ref_f, blk_sz, beta, k1, k2, k3, max_iter=100): argument
|
/aosp_15_r20/external/libmpeg2/common/ |
H A D | icv_variance.c | 88 WORD32 blk_sz; in icv_variance_8x4() local
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/panfrost/drm/ |
H A D | panfrost_drm_winsys.c | 47 unsigned blk_sz = util_format_get_blocksize(rsc->format); in panfrost_create_kms_dumb_buffer_for_resource() local
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_tst_async.cpp | 971 int prev_pack_id, blk_sz; in work_thread() local 1687 unsigned int * blk_sz) in do_read_capacity() 2053 unsigned int blk_sz; in main() local
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | icv_variance_ssse3.c | 88 WORD32 blk_sz; in icv_variance_8x4_ssse3() local
|
/aosp_15_r20/system/core/libsparse/ |
H A D | sparse_format.h | 31 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */ member
|
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/ |
D | composite.rs | 142 blk_sz: u32, in get_partition_size() field
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_meta_copy_fill_update.c | 561 unsigned blk_sz = util_format_get_blocksize(pfmt); in copy_img_buf_addr() local 954 unsigned blk_sz = util_format_get_blocksize(buf_pfmt); in build_image_to_buffer_shader() local 1034 unsigned blk_sz = util_format_get_blocksize(buf_pfmt); in build_buffer_to_image_fs() local 1137 unsigned blk_sz = util_format_get_blocksize(buf_pfmt); in build_buffer_to_image_cs() local
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
H A D | sparse.rs | 43 pub blk_sz: u32, field
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sgm_dd.c | 126 static int blk_sz = 0; variable
|
H A D | sg_xcopy.c | 176 static int blk_sz = 0; variable
|
H A D | sg_dd.c | 167 static int blk_sz = 0; variable
|
/aosp_15_r20/external/crosvm/disk/src/ |
H A D | android_sparse.rs | 66 blk_sz: Le32, // block size in bytes, must be a multiple of 4 (4096) field
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1551 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) in dhd_load_file_bytes()
|