intel/genxml,anv,iris: Drop the legacy compute path from gen125.xml
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8342>
This commit is contained in:
committed by
Jordan Justen
parent
32857a6350
commit
f4902bb189
@@ -4548,7 +4548,7 @@ emit_compute_walker(struct anv_cmd_buffer *cmd_buffer,
|
||||
cw.ThreadGroupIDZDimension = groupCountZ;
|
||||
cw.ExecutionMask = pipeline->cs_right_mask;
|
||||
|
||||
cw.InterfaceDescriptor = (struct GENX(INTERFACE_DESCRIPTOR_DATA_HP)) {
|
||||
cw.InterfaceDescriptor = (struct GENX(INTERFACE_DESCRIPTOR_DATA)) {
|
||||
.KernelStartPointer = cs_bin->kernel.offset,
|
||||
.SamplerStatePointer =
|
||||
cmd_buffer->state.samplers[MESA_SHADER_COMPUTE].offset,
|
||||
|
||||
Reference in New Issue
Block a user