Re: [Piglit] [PATCH] program_interface_query: don't expect a valid location for TCS output

2018-11-27 Thread andrey simiklit
Hello, Thanks a lot for review. Regards, Andrii. On Tue, Nov 27, 2018 at 11:23 AM Tapani Pälli wrote: > Hi; > > On 10/31/18 5:05 PM, asimiklit.w...@gmail.com wrote: > > From: Andrii Simiklit > > > > I guess we should not expect a valid location for: > > "patch out vec4 tcs_patch;" > > because

Re: [Piglit] [PATCH] program_interface_query: don't expect a valid location for TCS output

2018-11-27 Thread Tapani Pälli
Hi; On 10/31/18 5:05 PM, asimiklit.w...@gmail.com wrote: From: Andrii Simiklit I guess we should not expect a valid location for: "patch out vec4 tcs_patch;" because this output variable is declareted without "layout (location=X)" and according to spec: "Not all active variables are assign

[Piglit] [PATCH] program_interface_query: don't expect a valid location for TCS output

2018-10-31 Thread asimiklit . work
From: Andrii Simiklit I guess we should not expect a valid location for: "patch out vec4 tcs_patch;" because this output variable is declareted without "layout (location=X)" and according to spec: "Not all active variables are assigned valid locations; the following variables will have an