mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
i965: warning fix
This commit is contained in:
parent
cd7a8225e8
commit
def85826a0
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ static void brw_gs_emit_vue(struct brw_gs_compile *c,
|
|||
BRW_URB_SWIZZLE_NONE);
|
||||
}
|
||||
|
||||
void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
|
||||
static void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
|
||||
{
|
||||
struct brw_compile *p = &c->func;
|
||||
brw_MOV(p, get_element_ud(c->reg.R0, 1), brw_imm_ud(num_prim));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue