mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
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:
parent
ed4fadbb16
commit
22165defb5
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue