nir,amd: Suffix nir_op_cube_face_coord/index with _amd

Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11463>
This commit is contained in:
Jason Ekstrand
2021-06-18 09:17:01 -05:00
parent e5510536e7
commit f0f713960b
7 changed files with 16 additions and 16 deletions
@@ -704,8 +704,8 @@ void init_context(isel_context *ctx, nir_shader *shader)
case nir_op_ldexp:
case nir_op_frexp_sig:
case nir_op_frexp_exp:
case nir_op_cube_face_index:
case nir_op_cube_face_coord:
case nir_op_cube_face_index_amd:
case nir_op_cube_face_coord_amd:
case nir_op_sad_u8x4:
type = RegType::vgpr;
break;