diff options
author | Marek Olšák <marek.olsak@amd.com> | 2018-08-15 21:43:32 -0400 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2018-08-22 14:34:43 -0400 |
commit | e80e8d7adc5f497b7d25978611b8cdca7458b47c (patch) | |
tree | 5550189c26f5091df24f863fab73350600172672 /src/gallium | |
parent | c836a751bcc8721a7c122e0143ade0a6f3d8c9d5 (diff) | |
download | mesa-e80e8d7adc5f497b7d25978611b8cdca7458b47c.tar.gz mesa-e80e8d7adc5f497b7d25978611b8cdca7458b47c.tar.bz2 mesa-e80e8d7adc5f497b7d25978611b8cdca7458b47c.zip |
ac: fix WAITCNT flags for GFX9
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader_internal.h b/src/gallium/drivers/radeonsi/si_shader_internal.h index ac7784f7d46..aff7e0472db 100644 --- a/src/gallium/drivers/radeonsi/si_shader_internal.h +++ b/src/gallium/drivers/radeonsi/si_shader_internal.h @@ -288,11 +288,6 @@ void si_llvm_emit_store(struct lp_build_tgsi_context *bld_base, unsigned index, LLVMValueRef dst[4]); -/* Combine these with & instead of |. */ -#define NOOP_WAITCNT 0xf7f -#define LGKM_CNT 0x07f -#define VM_CNT 0xf70 - LLVMValueRef si_get_indirect_index(struct si_shader_context *ctx, const struct tgsi_ind_register *ind, unsigned addr_mul, int rel_index); |