ac: add load_patch_vertices_in() to the abi
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 10 Jan 2018 06:01:10 +0000 (17:01 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 11 Jan 2018 03:28:37 +0000 (14:28 +1100)
commitc797cd605ac9cb42795a40b1967b6dd10184b763
tree72d6d0898ad730d124b0cf6e1f76bf883e719e47
parent67e09c8b451e1db8bd901279160b982b0df0fa41
ac: add load_patch_vertices_in() to the abi

Fixes the follow test for radeonsi nir:

tests/spec/arb_tessellation_shader/execution/quads.shader_test

Also stops 8 other tests from crashing, they now just fail e.g.

tcs-output-array-float-index-rd-after-barrier.shader_test

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/common/ac_nir_to_llvm.c
src/amd/common/ac_shader_abi.h
src/gallium/drivers/radeonsi/si_shader.c