Home
last modified time | relevance | path

Searched refs:stride_to (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem_local.h37 unsigned int stride_to, /* In t_vmem_elem */
47 unsigned int stride_to, /* In t_vmem_elem */
H A Dvmem.c226 unsigned int stride_to, /* In t_vmem_elem */ in isp_vmem_2d_load() argument
241 load_vector(ID, &to[stride_to * h + c], vp); in isp_vmem_2d_load()
255 unsigned int stride_to, /* In t_vmem_elem */ in isp_vmem_2d_store() argument
264 assert(stride_to % ISP_NWAY == 0); in isp_vmem_2d_store()
273 to = (t_vmem_elem *)((char *)to + stride_to / ISP_NWAY * ISP_VEC_ALIGN); in isp_vmem_2d_store()