Home
last modified time | relevance | path

Searched defs:blk_sz (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_meta.h26 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 Dgpt.rs119 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 Dlib.rs306 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 DUtil.py24 def drawMF(img, blk_sz, mf): argument
H A DGroundTruth.py29 def __init__(self, cur_f, ref_f, blk_sz, gt_path, mf=None, mask=None): argument
H A DHornSchunck.py30 def __init__(self, cur_f, ref_f, blk_sz, alpha, sigma, max_iter=100): argument
H A DMotionEST.py26 def __init__(self, cur_f, ref_f, blk_sz): argument
H A DAnandan.py31 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 Dicv_variance.c88 WORD32 blk_sz; in icv_variance_8x4() local
/aosp_15_r20/external/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c47 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 Dsg_tst_async.cpp971 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 Dicv_variance_ssse3.c88 WORD32 blk_sz; in icv_variance_8x4_ssse3() local
/aosp_15_r20/system/core/libsparse/
H A Dsparse_format.h31 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */ member
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dcomposite.rs142 blk_sz: u32, in get_partition_size() field
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_copy_fill_update.c561 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 Dsparse.rs43 pub blk_sz: u32, field
/aosp_15_r20/external/sg3_utils/src/
H A Dsgm_dd.c126 static int blk_sz = 0; variable
H A Dsg_xcopy.c176 static int blk_sz = 0; variable
H A Dsg_dd.c167 static int blk_sz = 0; variable
/aosp_15_r20/external/crosvm/disk/src/
H A Dandroid_sparse.rs66 blk_sz: Le32, // block size in bytes, must be a multiple of 4 (4096) field
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1551 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()