On Thu, Jan 18, 2018 at 3:04 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> This just moves some calcs from the emission to the binding.
>
> Probably won't affect much, just reduced some time spent in binding
>
> v2: Precalculate size as well, to avoid accessing ->buffer
> at all in the hw writes
From: Dave Airlie
This just moves some calcs from the emission to the binding.
Probably won't affect much, just reduced some time spent in binding
v2: Precalculate size as well, to avoid accessing ->buffer
at all in the hw writes. (Bas)
---
src/amd/vulkan/radv_cmd_buffer.c | 19 ++-