v3d: remove unused definitions

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Iago Toral Quiroga 2019-07-09 12:24:43 +02:00
parent 8e50a9f6cf
commit 10d50f2904

View file

@ -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);