Re: [Mesa-dev] [PATCH v2 21/78] i965/nir/vec4: Implement store_output intrinsic

2015-07-26 Thread Eduardo Lima Mitev
On 07/25/2015 12:08 AM, Jason Ekstrand wrote: > On Thu, Jul 23, 2015 at 3:17 AM, Eduardo Lima Mitev wrote: >> The destination register from the instruction is stored in the output_reg >> variable at its original varying value. From there, vec4_visitor's >> emit_urb_slot() will pick it up and conti

Re: [Mesa-dev] [PATCH v2 21/78] i965/nir/vec4: Implement store_output intrinsic

2015-07-24 Thread Jason Ekstrand
On Thu, Jul 23, 2015 at 3:17 AM, Eduardo Lima Mitev wrote: > The destination register from the instruction is stored in the output_reg > variable at its original varying value. From there, vec4_visitor's > emit_urb_slot() will pick it up and continue the URB setup code, so that > part is shared. >

[Mesa-dev] [PATCH v2 21/78] i965/nir/vec4: Implement store_output intrinsic

2015-07-23 Thread Eduardo Lima Mitev
The destination register from the instruction is stored in the output_reg variable at its original varying value. From there, vec4_visitor's emit_urb_slot() will pick it up and continue the URB setup code, so that part is shared. This implementation expects that const_index[0] of the instrinsic in