spirv: Implement SpvOpCopyLogical
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 25 Apr 2019 08:30:24 +0000 (01:30 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Tue, 4 Jun 2019 00:20:54 +0000 (17:20 -0700)
commitb4eff831803b0cb9500ae5607fe7620533b28a3e
tree15485187424e733a9ec2498501bcbfab75a62555
parent81586e9f534eb531d137ce6dce38265548227b0b
spirv: Implement SpvOpCopyLogical

This is the same as SpvOpCopyObject but without the type checking,
which is how vtn_composite_copy works, so we just need to hook the
operation.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/spirv/spirv_to_nir.c