Mesa (master): v3d: remove unused definitions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 12 07:19:04 UTC 2019


Module: Mesa
Branch: master
Commit: 10d50f290433a0dc88daf9cfdd24614d57177fcb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=10d50f290433a0dc88daf9cfdd24614d57177fcb

Author: Iago Toral Quiroga <itoral at igalia.com>
Date:   Tue Jul  9 12:24:43 2019 +0200

v3d: remove unused definitions

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/broadcom/compiler/v3d_compiler.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/broadcom/compiler/v3d_compiler.h b/src/broadcom/compiler/v3d_compiler.h
index 288273aac14..44840a563bb 100644
--- a/src/broadcom/compiler/v3d_compiler.h
+++ b/src/broadcom/compiler/v3d_compiler.h
@@ -718,13 +718,6 @@ vir_has_uniform(struct qinst *inst)
         return inst->uniform != ~0;
 }
 
-/* Special nir_load_input intrinsic index for loading the current TLB
- * destination color.
- */
-#define V3D_NIR_TLB_COLOR_READ_INPUT		2000000000
-
-#define V3D_NIR_MS_MASK_OUTPUT			2000000000
-
 extern const nir_shader_compiler_options v3d_nir_options;
 
 const struct v3d_compiler *v3d_compiler_init(const struct v3d_device_info *devinfo);




More information about the mesa-commit mailing list