OSDN Git Service

spirv: Add a switch statement for the block store opcode
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 18 Oct 2017 23:36:04 +0000 (16:36 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 6 Dec 2017 04:55:39 +0000 (20:55 -0800)
commit98edf6bca4ba626cd0ab5da71bf09eaf3e90e444
tree658a3dac40295771272b63eabb5984cfa8d6ea5d
parent91d91ce3e24f198f2f5b88c22e3186a22334295e
spirv: Add a switch statement for the block store opcode

This parallels what we do for vtn_block_load except that we don't yet
support anything except SSBO loads through this path.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/compiler/spirv/vtn_variables.c