brw: Drop interlock and memory fence logical opcodes from is_payload()

These are lowered to sends prior to any callers of this helper.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34040>
This commit is contained in:
Kenneth Graunke 2025-08-04 14:01:49 -07:00 committed by Marge Bot
parent ed4fadbb16
commit 22165defb5

View file

@ -230,8 +230,6 @@ bool
brw_inst::is_payload(unsigned arg) const
{
switch (opcode) {
case SHADER_OPCODE_INTERLOCK:
case SHADER_OPCODE_MEMORY_FENCE:
case SHADER_OPCODE_BARRIER:
return arg == 0;