mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
i965: Reformat brw_set_src1 so it can be easily found with grep.
This commit is contained in:
parent
e0dc018fd5
commit
2012599abb
1 changed files with 4 additions and 3 deletions
|
|
@ -388,9 +388,10 @@ brw_set_src0(struct brw_compile *p, struct brw_instruction *insn,
|
|||
}
|
||||
|
||||
|
||||
void brw_set_src1(struct brw_compile *p,
|
||||
struct brw_instruction *insn,
|
||||
struct brw_reg reg)
|
||||
void
|
||||
brw_set_src1(struct brw_compile *p,
|
||||
struct brw_instruction *insn,
|
||||
struct brw_reg reg)
|
||||
{
|
||||
assert(reg.file != BRW_MESSAGE_REGISTER_FILE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue