tgsi: introduce NonHelperMask
authorDave Airlie <airlied@redhat.com>
Mon, 21 Mar 2016 21:50:37 +0000 (07:50 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 30 Mar 2016 23:13:50 +0000 (09:13 +1000)
commit827393b76fffa352e0ff3cae077c7817d6cfbf8a
tree602feb0762719e6d16d27426f256529a6b409c95
parentca180c09bb0941468814796f13c0701590523be4
tgsi: introduce NonHelperMask

This is a mask of which of the current 2x2 grid are non-helper
invocations. This allows us to mask off the helper invocations
later for the image operations.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c
src/gallium/auxiliary/tgsi/tgsi_exec.h