radeonsi: create load_const_buffer_desc_fast_path() helper
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 26 Mar 2018 23:26:16 +0000 (10:26 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 2 Apr 2018 04:56:00 +0000 (14:56 +1000)
commit56017d81004072fd00979f3a987ff2e94e3b6315
treee5e78cbe1e23d376fa1e3886366dc18ab12b7ae2
parent7aad5e15f61b20d994919ae5fc0aab4999ad4045
radeonsi: create load_const_buffer_desc_fast_path() helper

This will be shared by the TGSI and NIR backends. For simplicity
we leave the SI LLVM 5.0 and lower work around only in the TGSI
backend.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/radeonsi/si_shader.c