diff options
author | Jason Ekstrand <[email protected]> | 2019-11-25 12:42:42 -0600 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-12-05 10:59:10 -0600 |
commit | a500a6b7f138b3fa42debbba8605ec4378ff3569 (patch) | |
tree | 9b3a20aa8a8f66b5ccb671bae8b92129037532ac /src/intel/vulkan/genX_blorp_exec.c | |
parent | c142a40a92fc4a1ac4ac19141abd1d9d37ddd652 (diff) |
blorp: Pass the VB size to the VF cache workaround
Reviewed-by: Ivan Briano <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/vulkan/genX_blorp_exec.c')
-rw-r--r-- | src/intel/vulkan/genX_blorp_exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/genX_blorp_exec.c b/src/intel/vulkan/genX_blorp_exec.c index c68607b9526..79e18d95282 100644 --- a/src/intel/vulkan/genX_blorp_exec.c +++ b/src/intel/vulkan/genX_blorp_exec.c @@ -167,6 +167,7 @@ blorp_alloc_vertex_buffer(struct blorp_batch *batch, uint32_t size, static void blorp_vf_invalidate_for_vb_48b_transitions(struct blorp_batch *batch, const struct blorp_address *addrs, + uint32_t *sizes, unsigned num_vbs) { /* anv forces all vertex buffers into the low 4GB so there are never any |