diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 3092524ba06..b00cbff046a 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -873,6 +873,11 @@ struct pipe_grid_info */ uint grid[3]; + /** + * Base offsets to launch grids from + */ + uint grid_base[3]; + /* Indirect compute parameters resource: If not NULL, block sizes are taken * from this buffer instead, which is laid out as follows: *