Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c241 int32_t *row_stride, int32_t *surf_stride) in panfrost_get_surface_strides() argument
249 *surf_stride = slice->afbc.surface_stride; in panfrost_get_surface_strides()
254 *surf_stride = slice->surface_stride; in panfrost_get_surface_strides()
261 assert(pan_is_stride_aligned(layout->format, *surf_stride)); in panfrost_get_surface_strides()