gpu_group.c: set_stride: return indication of whether stride was found
commit470279d19e7b7b2e2f379d9aaf099a45f7c3170c
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 15 May 2018 07:25:26 +0000 (15 09:25 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 29 May 2018 14:54:59 +0000 (29 16:54 +0200)
treebc2b916786cee3592ce714906679c69aa9db79ce
parent18694750a720fec5fed5e81887878de03b119e6c
gpu_group.c: set_stride: return indication of whether stride was found

This allows the caller to use this information directly instead
of having to figure it out indirectly from bound->stride.
This will make is easier to always store a stride in the next commit,
even if it is trivial.
Note that the caller could also check if this stride is trivial
or not, but the callee already performs this check, so it might
as well return this information.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
gpu_group.c