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:
committed by
Kenneth Graunke
parent
a90a0e22cb
commit
f9c5e277ac
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user