mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
i965: Drop duplicate shadow variable.
We already initialized this at the top of the function. Trivial.
This commit is contained in:
parent
ce5e83b8a0
commit
fe14a9a501
1 changed files with 0 additions and 1 deletions
|
|
@ -2121,7 +2121,6 @@ fs_visitor::lower_constant_loads()
|
|||
|
||||
assert(inst->src[i].stride == 0);
|
||||
|
||||
const unsigned index = stage_prog_data->binding_table.pull_constants_start;
|
||||
const unsigned block_sz = 64; /* Fetch one cacheline at a time. */
|
||||
const fs_builder ubld = ibld.exec_all().group(block_sz / 4, 0);
|
||||
const fs_reg dst = ubld.vgrf(BRW_REGISTER_TYPE_UD);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue