Re: [Mesa-dev] [PATCH v4] i965 : optimized bucket index calculation

2017-11-20 Thread Ian Romanick
On 11/08/2017 09:45 PM, aravindan.muthuku...@intel.com wrote: > From: Aravindan Muthukumar > > Reducing Bucket index calculation to O(1). > > This algorithm calculates the index using matrix method. > Matrix arrangement is as below: > Assuming PAGE_SIZE is 4096. > > 1*4096 2*4096

Re: [Mesa-dev] [PATCH v4] i965 : optimized bucket index calculation

2017-11-19 Thread Muthukumar, Aravindan
Hi Ian, Could you please review the below version of the patch and provide the comments? All the comments which were given in the previous versions are incorporated. Thanks, Aravindan > -Original Message- > From: Muthukumar, Aravindan > Sent: Thursday, November 9, 2017 11:15 AM

[Mesa-dev] [PATCH v4] i965 : optimized bucket index calculation

2017-11-08 Thread aravindan . muthukumar
From: Aravindan Muthukumar Reducing Bucket index calculation to O(1). This algorithm calculates the index using matrix method. Matrix arrangement is as below: Assuming PAGE_SIZE is 4096. 1*4096 2*40963*40964*4096 5*4096 6*40967*40968*4096 10*409