On 16.02.2017 23:16, Marek Olšák wrote:
On Thu, Feb 16, 2017 at 4:17 PM, Nicolai Hähnle wrote:
On 16.02.2017 13:53, Marek Olšák wrote:
From: Marek Olšák
Non-VBO descriptors won't be smaller than the cache line, so simply use
the cache line size.
What about SSBOs? Those are just 16 bytes.
On Thu, Feb 16, 2017 at 4:17 PM, Nicolai Hähnle wrote:
> On 16.02.2017 13:53, Marek Olšák wrote:
>>
>> From: Marek Olšák
>>
>> Non-VBO descriptors won't be smaller than the cache line, so simply use
>> the cache line size.
>
>
> What about SSBOs? Those are just 16 bytes.
>
> Also, shader images a
On 16.02.2017 13:53, Marek Olšák wrote:
From: Marek Olšák
Non-VBO descriptors won't be smaller than the cache line, so simply use
the cache line size.
What about SSBOs? Those are just 16 bytes.
Also, shader images are just 32 bytes (though we may have to bump this
to 64 bytes for multisampl
From: Marek Olšák
Non-VBO descriptors won't be smaller than the cache line, so simply use
the cache line size.
---
src/gallium/drivers/radeonsi/si_descriptors.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/radeonsi/si_descriptors.c
b/src/ga