agx: Rename blend -> st_tile

For symmetry.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10720>
This commit is contained in:
Alyssa Rosenzweig
2021-05-04 22:44:54 -04:00
parent 06fe6651b3
commit 07fdc0015e
4 changed files with 6 additions and 5 deletions

View File

@@ -176,8 +176,7 @@ agx_emit_fragment_out(agx_builder *b, nir_intrinsic_instr *instr)
agx_writeout(b, 0xC200);
agx_writeout(b, 0x000C);
/* Emit the blend op itself */
return agx_blend(b, agx_src_index(&instr->src[0]),
return agx_st_tile(b, agx_src_index(&instr->src[0]),
b->shader->key->fs.tib_formats[rt]);
}