Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h423 uint32_t strides[4]; member
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h257 _LIBCPP_HIDE_FROM_ABI constexpr array<index_type, __rank_> strides() const noexcept { in strides() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan228 constexpr array<index_type, rank_> strides() const noexcept { return strides_; }