diff options
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_qir.h')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_qir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h index 833795afcc5..f3e5332edfc 100644 --- a/src/gallium/drivers/vc4/vc4_qir.h +++ b/src/gallium/drivers/vc4/vc4_qir.h @@ -106,7 +106,7 @@ enum qop { QOP_FRAG_X, QOP_FRAG_Y, QOP_FRAG_Z, - QOP_FRAG_RCP_W, + QOP_FRAG_W, /** Texture x coordinate parameter write */ QOP_TEX_S, @@ -363,7 +363,7 @@ QIR_NODST_2(TEX_B) QIR_ALU0(FRAG_X) QIR_ALU0(FRAG_Y) QIR_ALU0(FRAG_Z) -QIR_ALU0(FRAG_RCP_W) +QIR_ALU0(FRAG_W) QIR_ALU0(TEX_RESULT) QIR_ALU0(TLB_COLOR_READ) QIR_NODST_1(TLB_Z_WRITE) |