radv: Rename radv_printf files to radv_debug_nir
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34392>
This commit is contained in:
committed by
Marge Bot
parent
fcab92d557
commit
be4be884e1
@@ -107,6 +107,8 @@ libradv_files = files(
|
||||
'radv_cp_reg_shadowing.h',
|
||||
'radv_cs.c',
|
||||
'radv_cs.h',
|
||||
'radv_debug_nir.c',
|
||||
'radv_debug_nir.h',
|
||||
'radv_debug.c',
|
||||
'radv_debug.h',
|
||||
'radv_device.c',
|
||||
@@ -149,8 +151,6 @@ libradv_files = files(
|
||||
'radv_pipeline_layout.h',
|
||||
'radv_pipeline_rt.c',
|
||||
'radv_pipeline_rt.h',
|
||||
'radv_printf.c',
|
||||
'radv_printf.h',
|
||||
'radv_queue.c',
|
||||
'radv_queue.h',
|
||||
'radv_radeon_winsys.h',
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "radv_meta.h"
|
||||
#include "radv_printf.h"
|
||||
#include "radv_debug_nir.h"
|
||||
|
||||
#include "vk_common_entrypoints.h"
|
||||
#include "vk_pipeline_cache.h"
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "radv_debug_nir.h"
|
||||
#include "radv_nir.h"
|
||||
#include "radv_printf.h"
|
||||
|
||||
#include "util/u_printf.h"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include "radv_printf.h"
|
||||
#include "radv_debug_nir.h"
|
||||
#include "radv_device.h"
|
||||
#include "radv_physical_device.h"
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
#include "util/u_debug.h"
|
||||
#include "radv_cs.h"
|
||||
#include "radv_debug.h"
|
||||
#include "radv_debug_nir.h"
|
||||
#include "radv_entrypoints.h"
|
||||
#include "radv_formats.h"
|
||||
#include "radv_physical_device.h"
|
||||
#include "radv_printf.h"
|
||||
#include "radv_rmv.h"
|
||||
#include "radv_shader.h"
|
||||
#include "radv_spm.h"
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
#include "util/mesa-blake3.h"
|
||||
|
||||
#include "radv_debug_nir.h"
|
||||
#include "radv_pipeline.h"
|
||||
#include "radv_printf.h"
|
||||
#include "radv_queue.h"
|
||||
#include "radv_radeon_winsys.h"
|
||||
#include "radv_rra.h"
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
#include "radv_cp_reg_shadowing.h"
|
||||
#include "radv_cs.h"
|
||||
#include "radv_debug.h"
|
||||
#include "radv_debug_nir.h"
|
||||
#include "radv_device_memory.h"
|
||||
#include "radv_image.h"
|
||||
#include "radv_printf.h"
|
||||
#include "radv_rmv.h"
|
||||
#include "vk_semaphore.h"
|
||||
#include "vk_sync.h"
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
#include "util/u_atomic.h"
|
||||
#include "radv_cs.h"
|
||||
#include "radv_debug.h"
|
||||
#include "radv_debug_nir.h"
|
||||
#include "radv_entrypoints.h"
|
||||
#include "radv_nir_to_llvm.h"
|
||||
#include "radv_printf.h"
|
||||
#include "radv_sdma.h"
|
||||
#include "radv_shader_args.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user