Lines Matching defs:grid
1370 * One compute grid with a single thread is launched for every query result
1373 * to a summary buffer to be consumed by the next grid invocation or to the
1614 struct pipe_grid_info grid = {};
1663 grid.block[0] = 1;
1664 grid.block[1] = 1;
1665 grid.block[2] = 1;
1666 grid.grid[0] = 1;
1667 grid.grid[1] = 1;
1668 grid.grid[2] = 1;
1744 rctx->b.launch_grid(&rctx->b, &grid);