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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user