diff options
author | Dave Airlie <[email protected]> | 2020-03-26 12:32:24 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2020-05-19 10:26:46 +1000 |
commit | 310823eccd81ad2bb89a9ec8b8c177bc8929cefa (patch) | |
tree | e7039598229afc151ebd8d243e5e7edae3637f9c /src/gallium/auxiliary/gallivm/lp_bld_tgsi.h | |
parent | 0dac24790e7386a51f1d513762ef08ca20ed994d (diff) |
gallivm/nir: add sample_mask_in support
Reviewed-by: Roland Scheidegger <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5050>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_tgsi.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_tgsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h index b1b619e34d2..de5cd4187dd 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h @@ -185,6 +185,7 @@ struct lp_bld_tgsi_system_values { LLVMValueRef vertices_in; LLVMValueRef sample_id; LLVMValueRef sample_pos; + LLVMValueRef sample_mask_in; }; |