In release version of deqp, pTessCreateInfo was nulled out when createGraphicsPipelin...
authoriostrows <igor.ostrowski@intel.com>
Fri, 22 Jan 2016 16:32:06 +0000 (17:32 +0100)
committeriostrows <igor.ostrowski@intel.com>
Fri, 22 Jan 2016 16:32:06 +0000 (17:32 +0100)
commit4128e59bab9ef5b4d63ed7b095bfd0bac230f6e0
treebd5aafc8c8360a4c968c64a77da89a09c6738979
parent94f4430408a470726149f4fb7333fb2bdcac73f4
In release version of deqp, pTessCreateInfo was nulled out when createGraphicsPipeline was called. This was because tessStateCreateInfo was created in an 'if' block (line 572), making it invisible outside of that scope. Moving declaration of tessStateCreateInfo outside of that scope fixes the issue on both release and debug version of deqp and createGraphicsPipeline sends valid data.
external/vulkancts/modules/vulkan/pipeline/vktPipelineTimestampTests.cpp