Lionel Landwerlin
40a6de176d
anv: fix uninitialized variable access
Found with valgrind :
==415016== Conditional jump or move depends on uninitialised value(s)
==415016== at 0x513C22B: anv_cache_lock (anv_pipeline_cache.c:346)
==415016== by 0x513C2A0: anv_pipeline_cache_search (anv_pipeline_cache.c:364)
==415016== by 0x50E7C88: lookup_blorp_shader (anv_blorp.c:38)
==415016== by 0x5D20A98: blorp_params_get_clear_kernel (blorp_clear.c:60)
==415016== by 0x5D23EFD: blorp_ccs_ambiguate (blorp_clear.c:1358)
==415016== by 0x50EDE25: anv_image_ccs_op (anv_blorp.c:1882)
==415016== by 0x555D92F: transition_color_buffer (genX_cmd_buffer.c:1179)
==415016== by 0x5598B71: cmd_buffer_begin_subpass (genX_cmd_buffer.c:5060)
==415016== by 0x559AB00: gen9_CmdBeginRenderPass (genX_cmd_buffer.c:5772)
==415016== by 0x11DACE: begin_render_pass (vr-test.c:375)
==415016== by 0x11DF55: set_state (vr-test.c:529)
==415016== by 0x11F7A1: clear (vr-test.c:1228)
v2: Don't break external sync feature
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5823>
2020-07-10 17:54:35 +00:00
..
2020-05-14 16:47:08 +00:00
2020-06-09 22:52:26 +00:00
2020-01-03 11:32:34 -06:00
2020-05-13 23:20:50 +00:00
2020-01-03 11:32:34 -06:00
2020-06-16 20:23:52 +00:00
2020-04-24 16:17:44 +00:00
2020-05-27 18:16:31 -07:00
2020-05-14 16:14:34 +00:00
2020-07-10 17:54:35 +00:00
2019-07-31 09:41:05 +01:00
2020-06-19 19:13:56 +00:00
2020-05-13 08:45:28 +02:00
2020-06-22 23:24:25 +00:00
2020-07-02 12:11:30 +10:00
2020-05-20 21:49:10 +00:00
2020-06-22 11:42:00 -07:00
2020-01-30 18:46:28 -06:00
2019-06-29 22:41:06 +01:00
2020-06-22 11:42:00 -07:00
2020-05-04 14:06:27 +00:00
2019-11-18 18:35:14 +00:00
2020-03-30 15:46:19 +00:00
2020-04-17 14:48:06 +00:00
2020-04-07 17:16:09 +00:00
2020-04-20 22:01:43 +00:00
2020-04-07 17:16:09 +00:00
2020-05-08 08:36:45 +03:00
2020-07-06 21:43:59 +00:00
2020-07-10 17:54:35 +00:00
2020-06-19 20:24:11 -05:00
2020-07-10 17:54:35 +00:00
2020-07-06 22:33:46 +00:00
2020-01-20 22:08:52 +00:00
2020-05-04 14:06:27 +00:00
2018-10-24 18:15:05 +01:00
2018-10-26 18:33:11 +01:00
2020-05-04 14:06:27 +00:00
2020-03-12 13:18:54 -07:00
2020-07-07 21:38:03 +00:00
2020-05-20 15:58:22 +00:00
2020-06-24 00:14:36 +00:00
2020-05-18 21:42:05 +00:00
2020-06-24 00:14:35 +00:00
2020-05-20 14:02:27 +03:00
2020-06-22 22:32:03 +00:00
2020-07-10 13:48:24 +00:00
2019-06-24 08:28:18 +03:00