Lines Matching defs:strides
733 /* Adjust strides, offsets to the corresponding plane*/
761 unsigned *strides,
774 strides[plane_slice] = align(util_format_get_stride(cur_plane_resource->format, width),
778 strides[plane_slice],
805 unsigned int strides[d3d12_max_planes];
813 strides,
820 *stride = strides[res->plane_slice];
1610 unsigned int strides[d3d12_max_planes];
1619 strides,
1643 /* Adjust strides, offsets, box to the corresponding plane for the copytexture operation*/
1646 strides[plane_slice],
1666 ptrans->stride = strides[res->plane_slice];
1763 unsigned int strides[d3d12_max_planes];
1772 strides,
1797 /* Adjust strides, offsets to the corresponding plane for the copytexture operation*/
1800 strides[plane_slice],