iris: Use const uploader for blorp vertex data

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10759>
This commit is contained in:
Mark Janes 2020-08-25 15:37:46 -07:00 committed by Kenneth Graunke
parent beceb392d7
commit 19ea0974da

View file

@ -177,7 +177,7 @@ blorp_alloc_vertex_buffer(struct blorp_batch *blorp_batch,
struct iris_bo *bo;
uint32_t offset;
void *map = stream_state(batch, ice->ctx.stream_uploader, size, 64,
void *map = stream_state(batch, ice->ctx.const_uploader, size, 64,
&offset, &bo);
*addr = (struct blorp_address) {