Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dtype.h257 if (stride_in_bytes_ != s->stride_in_bytes_) in Equal()
277 uint32_t StrideInBytes() const { return stride_in_bytes_; } in StrideInBytes()
280 stride_in_bytes_ = stride; in SetStrideInBytes()
294 uint32_t stride_in_bytes_ = 0; variable