aco: implement NIR intrinsics for NGG streamout
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19317>
This commit is contained in:
committed by
Marge Bot
parent
fdc212bd7b
commit
db7ffa4006
@@ -693,7 +693,8 @@ init_context(isel_context* ctx, nir_shader* shader)
|
||||
case nir_intrinsic_load_initial_edgeflags_amd:
|
||||
case nir_intrinsic_gds_atomic_add_amd:
|
||||
case nir_intrinsic_bvh64_intersect_ray_amd:
|
||||
case nir_intrinsic_load_vector_arg_amd: type = RegType::vgpr; break;
|
||||
case nir_intrinsic_load_vector_arg_amd:
|
||||
case nir_intrinsic_ordered_xfb_counter_add_amd: type = RegType::vgpr; break;
|
||||
case nir_intrinsic_load_shared:
|
||||
case nir_intrinsic_load_shared2_amd:
|
||||
/* When the result of these loads is only used by cross-lane instructions,
|
||||
|
||||
Reference in New Issue
Block a user