[Mesa-dev] [PATCH v3 03/12] nir: Get rid of *_indirect variants of input/output load/store intrinsics

Jason Ekstrand jason at jlekstrand.net
Tue Dec 8 16:29:26 PST 2015


On Tue, Dec 8, 2015 at 4:19 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> On Tuesday, December 08, 2015 01:46:20 PM Jason Ekstrand wrote:
>> +/* src[] = { buffer_index, offset }. No const_index */
>> +LOAD(ssbo, 2, 0, NIR_INTRINSIC_CAN_ELIMINATE)
>
> I'm pretty sure const_index[0] is a writemask, so this comemnt is wrong.

For stores, yes, but not for loads.


More information about the mesa-dev mailing list