Am 09.08.2018 um 17:57 schrieb Marek Olšák:
> On Thu, Aug 9, 2018 at 1:35 AM, Roland Scheidegger <srol...@vmware.com> wrote:
>> I'm not quite convinced you can really use huge ubos safely? At least
>> direct addressing in tgsi can't work (you've only got a 16bit register
>> index, and it's signed too).
> 
> UBOs use the LOAD instruction if PIPE_CAP_LOAD_CONSTBUF is supported.
> 
> Marek
> 

Ahh I thought you could still get "ordinary" constant buffer addressing.
But you're right it shouldn't be an issue then. Maybe the sanity stuff
doesn't take this into account (although I wouldn't know why the limit
there would be 4096 exactly).

Roland

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to