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:
committed by
Marge Bot
parent
e3f6a9ea36
commit
efadeb3269
@@ -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);
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user