i965: remove prototypes of not-existing functions

Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7353>
This commit is contained in:
Marcin Ślusarz
2020-10-28 20:19:01 +01:00
committed by Marge Bot
parent e3f6a9ea36
commit efadeb3269
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -127,8 +127,6 @@ void gen8_blorp_exec(struct blorp_batch *batch,
const struct blorp_params *params);
void gen9_blorp_exec(struct blorp_batch *batch,
const struct blorp_params *params);
void gen10_blorp_exec(struct blorp_batch *batch,
const struct blorp_params *params);
void gen11_blorp_exec(struct blorp_batch *batch,
const struct blorp_params *params);
-4
View File
@@ -119,9 +119,6 @@ void gen8_emit_raw_pipe_control(struct brw_context *brw, uint32_t flags,
void gen9_emit_raw_pipe_control(struct brw_context *brw, uint32_t flags,
struct brw_bo *bo, uint32_t offset,
uint64_t imm);
void gen10_emit_raw_pipe_control(struct brw_context *brw, uint32_t flags,
struct brw_bo *bo, uint32_t offset,
uint64_t imm);
void gen11_emit_raw_pipe_control(struct brw_context *brw, uint32_t flags,
struct brw_bo *bo, uint32_t offset,
uint64_t imm);
@@ -360,7 +357,6 @@ void gen7_init_atoms(struct brw_context *brw);
void gen75_init_atoms(struct brw_context *brw);
void gen8_init_atoms(struct brw_context *brw);
void gen9_init_atoms(struct brw_context *brw);
void gen10_init_atoms(struct brw_context *brw);
void gen11_init_atoms(struct brw_context *brw);
/* Memory Object Control State: