radv: add missing endif comment for some headers
For consistency. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28568>
This commit is contained in:
committed by
Marge Bot
parent
0388df3d08
commit
b409936e97
@@ -727,4 +727,4 @@ should_execute_phase()
|
||||
for (; task_index != TASK_INDEX_INVALID && should_execute_phase(); task_index = fetch_task(header, true))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif /* BUILD_HELPERS_H */
|
||||
|
||||
@@ -128,4 +128,4 @@ struct update_args {
|
||||
radv_bvh_geometry_data geom_data;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* BUILD_INTERFACE_H */
|
||||
|
||||
@@ -211,4 +211,4 @@ struct radv_bvh_geometry_data {
|
||||
uint32_t index_format;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* BVH_H */
|
||||
|
||||
@@ -164,4 +164,4 @@ struct radv_ray_traversal_args {
|
||||
nir_def *radv_build_ray_traversal(struct radv_device *device, nir_builder *b,
|
||||
const struct radv_ray_traversal_args *args);
|
||||
|
||||
#endif
|
||||
#endif /* RADV_NIR_RT_COMMON_H */
|
||||
|
||||
@@ -132,4 +132,4 @@ radv_aco_convert_opts(struct aco_compiler_options *aco_info, const struct radv_n
|
||||
#undef ASSIGN_FIELD
|
||||
#undef ASSIGN_FIELD_CP
|
||||
|
||||
#endif
|
||||
#endif /* RADV_ACO_SHADER_INFO_H */
|
||||
|
||||
@@ -120,4 +120,4 @@ radv_device_fault_detection_enabled(const struct radv_device *device)
|
||||
return instance->debug_flags & RADV_DEBUG_HANG;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* RADV_DEBUG_H */
|
||||
|
||||
@@ -37,4 +37,5 @@ bool radv_compile_to_elf(struct ac_llvm_compiler *info, LLVMModuleRef module, ch
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* RADV_LLVM_HELPER_H */
|
||||
|
||||
@@ -787,4 +787,4 @@ void radv_shader_combine_cfg_vs_gs(const struct radv_shader *vs, const struct ra
|
||||
void radv_shader_combine_cfg_tes_gs(const struct radv_shader *tes, const struct radv_shader *gs, uint32_t *rsrc1_out,
|
||||
uint32_t *rsrc2_out);
|
||||
|
||||
#endif
|
||||
#endif /* RADV_SHADER_H */
|
||||
|
||||
@@ -170,4 +170,5 @@ void radv_declare_ps_epilog_args(const struct radv_device *device, const struct
|
||||
struct radv_shader_args *args);
|
||||
|
||||
void radv_declare_rt_shader_args(enum amd_gfx_level gfx_level, struct radv_shader_args *args);
|
||||
#endif
|
||||
|
||||
#endif /* RADV_SHADER_ARGS_H */
|
||||
|
||||
Reference in New Issue
Block a user