mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
v3d: remove unused definitions
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8e50a9f6cf
commit
10d50f2904
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue