radv: remove uses_rt from radv_shader_info
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37294>
This commit is contained in:
@@ -315,10 +315,6 @@ gather_intrinsic_info(const nir_shader *nir, const nir_intrinsic_instr *instr, s
|
||||
case nir_intrinsic_store_per_vertex_output:
|
||||
gather_intrinsic_store_output_info(nir, instr, info, consider_force_vrs);
|
||||
break;
|
||||
case nir_intrinsic_bvh64_intersect_ray_amd:
|
||||
case nir_intrinsic_bvh8_intersect_ray_amd:
|
||||
info->cs.uses_rt = true;
|
||||
break;
|
||||
case nir_intrinsic_load_poly_line_smooth_enabled:
|
||||
info->ps.needs_poly_line_smooth = true;
|
||||
break;
|
||||
|
||||
@@ -224,7 +224,6 @@ struct radv_shader_info {
|
||||
bool uses_local_invocation_idx;
|
||||
unsigned block_size[3];
|
||||
|
||||
bool uses_rt;
|
||||
bool uses_full_subgroups;
|
||||
bool linear_taskmesh_dispatch;
|
||||
bool has_query; /* Task shader only */
|
||||
|
||||
Reference in New Issue
Block a user