mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 22:58:05 +02:00
jay/lower_scoreboard: control flow is int pipe
according to IGC output. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41510>
This commit is contained in:
parent
039b76d07c
commit
adaae3baf1
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ struct swsb_state {
|
|||
static enum tgl_pipe
|
||||
inst_exec_pipe(const struct intel_device_info *devinfo, jay_inst *I)
|
||||
{
|
||||
if (I->op == JAY_OPCODE_SEND || jay_op_is_control_flow(I->op)) {
|
||||
if (I->op == JAY_OPCODE_SEND) {
|
||||
return TGL_PIPE_NONE;
|
||||
} else if (I->op == JAY_OPCODE_MATH) {
|
||||
return TGL_PIPE_MATH;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue