lima/ppir: add support for indirect load of uniforms and varyings
authorVasily Khoruzhick <anarsoul@gmail.com>
Sat, 14 Sep 2019 18:00:16 +0000 (11:00 -0700)
committerVasily Khoruzhick <anarsoul@gmail.com>
Wed, 25 Sep 2019 03:33:27 +0000 (20:33 -0700)
commit678ebda8b7df114f278f619f88ab2a0a5cf0eb48
treee265e604baa188a8673f000e1608e66474ef8ee1
parent780985d1b848db8727eb7c96599cc68e242e0368
lima/ppir: add support for indirect load of uniforms and varyings

Utgard PP supports indirect load of uniforms and varyings, so let's
enable it.

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
src/gallium/drivers/lima/ir/pp/codegen.c
src/gallium/drivers/lima/ir/pp/disasm.c
src/gallium/drivers/lima/ir/pp/lower.c
src/gallium/drivers/lima/ir/pp/nir.c
src/gallium/drivers/lima/ir/pp/node.c
src/gallium/drivers/lima/lima_screen.c