mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
i965: remove unused vars in brw_set_ff_sync_message()
This commit is contained in:
parent
58a7461e16
commit
973b4ddd0e
1 changed files with 0 additions and 3 deletions
|
|
@ -475,9 +475,6 @@ static void brw_set_ff_sync_message(struct brw_compile *p,
|
|||
GLuint response_length,
|
||||
bool end_of_thread)
|
||||
{
|
||||
struct brw_context *brw = p->brw;
|
||||
struct intel_context *intel = &brw->intel;
|
||||
|
||||
brw_set_message_descriptor(p, insn, BRW_SFID_URB,
|
||||
1, response_length, true, end_of_thread);
|
||||
insn->bits3.urb_gen5.opcode = 1; /* FF_SYNC */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue