radv: add a mask of bound descriptor buffers for dynamic vertex input
unnecessarily dereferencing the vertex buffer info array here causes a ton of cpu overhead due to bad cache locality, so just use a mask to avoid loading X more cachelines into memory unnecessarily Reviewed-by:Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <mesa/mesa!13320>
Loading
Please register or sign in to comment