aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2019-07-09 12:24:43 +0200
committerIago Toral Quiroga <[email protected]>2019-07-12 09:16:38 +0200
commit10d50f290433a0dc88daf9cfdd24614d57177fcb (patch)
treebd324c31de0d55dea7b02d819e493e4592aa54f9 /src/broadcom
parent8e50a9f6cf087a43d925900b076e45b301d84edd (diff)
v3d: remove unused definitions
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/broadcom')
-rw-r--r--src/broadcom/compiler/v3d_compiler.h7
1 files changed, 0 insertions, 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);