mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
iris: fix pull bufs that aren't the first user upload
This commit is contained in:
parent
eed7f7253e
commit
48dc8bd4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1373,7 +1373,7 @@ iris_set_constant_buffer(struct pipe_context *ctx,
|
|||
cbuf->surface_state_offset += iris_bo_offset_from_base_address(surf_bo);
|
||||
|
||||
isl_buffer_fill_state(&screen->isl_dev, map,
|
||||
.address = res->bo->gtt_offset,
|
||||
.address = res->bo->gtt_offset + cbuf->offset,
|
||||
.size_B = input->buffer_size,
|
||||
.format = ISL_FORMAT_R32G32B32A32_FLOAT,
|
||||
.stride_B = 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue