mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
iris: Don't set constant read lengths at upload time
They're set in derived_data as part of store_cs_state
This commit is contained in:
parent
a90a0e22cb
commit
f9c5e277ac
1 changed files with 0 additions and 3 deletions
|
|
@ -4601,9 +4601,6 @@ iris_upload_compute_state(struct iris_context *ice,
|
|||
iris_pack_state(GENX(INTERFACE_DESCRIPTOR_DATA), desc, idd) {
|
||||
idd.SamplerStatePointer = shs->sampler_table.offset;
|
||||
idd.BindingTablePointer = binder->bt_offset[MESA_SHADER_COMPUTE];
|
||||
idd.ConstantURBEntryReadLength = cs_prog_data->push.per_thread.regs;
|
||||
idd.CrossThreadConstantDataReadLength =
|
||||
cs_prog_data->push.cross_thread.regs;
|
||||
}
|
||||
|
||||
for (int i = 0; i < GENX(INTERFACE_DESCRIPTOR_DATA_length); i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue