mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
freedreno: fix a typo in launch_grid
This commit is contained in:
parent
aef410f31e
commit
1a40faa864
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ fd_launch_grid(struct pipe_context *pctx, const struct pipe_grid_info *info)
|
|||
* read vs written, so just assume the worst
|
||||
*/
|
||||
foreach_bit(i, ctx->shaderbuf[PIPE_SHADER_COMPUTE].enabled_mask)
|
||||
resource_read(batch, ctx->shaderbuf[PIPE_SHADER_COMPUTE].sb[i].buffer);
|
||||
resource_written(batch, ctx->shaderbuf[PIPE_SHADER_COMPUTE].sb[i].buffer);
|
||||
|
||||
foreach_bit(i, ctx->shaderimg[PIPE_SHADER_COMPUTE].enabled_mask) {
|
||||
struct pipe_image_view *img =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue