Re: [Mesa-dev] [PATCH RFC 1/1] r600, compute: Use vtx #3 for kernel arguments

2016-07-11 Thread Tom Stellard
On Sun, Jun 26, 2016 at 08:40:55PM -0400, Jan Vesely wrote: > Both explicit and implicit. > Using vtx 0 (as existing llvm code implies) does not work for dynamic offsets. > > Signed-off-by: Jan Vesely I have no idea why vtx#3 works when vtx#0, maybe add a comment

Re: [Mesa-dev] [PATCH RFC 1/1] r600, compute: Use vtx #3 for kernel arguments

2016-07-08 Thread Jan Vesely
ping. is there any other way to get dynamic indices working? Jan On Sun, 2016-06-26 at 20:40 -0400, Jan Vesely wrote: > Both explicit and implicit. > Using vtx 0 (as existing llvm code implies) does not work for dynamic > offsets. > > Signed-off-by: Jan Vesely > --- >

[Mesa-dev] [PATCH RFC 1/1] r600, compute: Use vtx #3 for kernel arguments

2016-06-26 Thread Jan Vesely
Both explicit and implicit. Using vtx 0 (as existing llvm code implies) does not work for dynamic offsets. Signed-off-by: Jan Vesely --- Hi, I ran into problem when using VTX_READ from constant buffer would work only for 0 index. The LLVM code implied that it should