Searched full:radv_debug (Results 1 – 25 of 61) sorted by relevance
123
| /external/mesa3d/.gitlab/issue_templates/ |
| D | Bug Report - AMD Radeon Vulkan.md | 33 - Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/` 73 Does the issue reproduce with the LLVM backend (`RADV_DEBUG=llvm`) or on the AMDGPU-PRO drivers? 75 Does your environment set any of the variables `ACO_DEBUG`, `RADV_DEBUG`, and `RADV_PERFTEST`?
|
| /external/mesa3d/docs/relnotes/ |
| D | 20.1.1.rst | 52 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical 55 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
|
| D | 20.0.8.rst | 37 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical 40 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
|
| D | 20.3.3.rst | 121 - radv: add RADV_DEBUG=invariantgeom
|
| D | 21.1.3.rst | 132 - radv: enable RADV_DEBUG=invariantgeom for SotTR DX11/DX12 versions
|
| D | 18.2.7.rst | 44 - blocky shadow artifacts in The Forest with DXVK, RADV_DEBUG=nohiz
|
| D | 21.1.2.rst | 168 - radv: enable RADV_DEBUG=invariantgeom for Monster Hunter World
|
| D | 23.1.4.rst | 242 - radv/amdgpu: fix dumping cs with RADV_DEBUG=noibs
|
| D | 19.2.0.rst | 383 - radv: add a new debug option called RADV_DEBUG=noshaderballot
|
| D | 18.3.0.rst | 302 - blocky shadow artifacts in The Forest with DXVK, RADV_DEBUG=nohiz
|
| D | 23.2.1.rst | 1976 - radv: Add RADV_DEBUG=nort 4889 - radv: do not use IB for the GFX preamble with RADV_DEBUG=noibs 4892 - radv/amdgpu: fix a buffer overflow for submissions with RADV_DEBUG=noibs 4902 - radv/amdgpu: fix dumping cs with RADV_DEBUG=noibs 4903 - radv/amdgpu: dump all cs with RADV_DEBUG=noibs 4907 - radv/amdgpu: use the correct IB size when growing a CS with RADV_DEBUG=noibs 4909 - radv/amdgpu: do not set the IB size when ending a CS with RADV_DEBUG=noibs 4917 - radv/amdgpu: add support for executing DGC cmdbuf with RADV_DEBUG=noibs 4918 - radv: allow NV_device_generated_commands with RADV_DEBUG=noibs
|
| /external/mesa3d/.gitlab-ci/common/ |
| D | generate-env.sh | 111 RADV_DEBUG \
|
| /external/mesa3d/src/amd/vulkan/ |
| D | meson.build | 110 'radv_debug.c', 111 'radv_debug.h',
|
| D | radv_wsi.c | 28 #include "radv_debug.h"
|
| D | radv_instance.c | 28 #include "radv_debug.h" 349 instance->debug_flags = parse_debug_string(getenv("RADV_DEBUG"), radv_debug_options); in radv_CreateInstance()
|
| D | radv_cp_reg_shadowing.c | 27 #include "radv_debug.h"
|
| D | radv_pipeline_cache.c | 33 #include "radv_debug.h" 45 /* Pipeline caches can be disabled with RADV_DEBUG=nocache, with MESA_GLSL_CACHE_DISABLE=1 and in radv_is_cache_disabled()
|
| D | radv_pipeline_compute.c | 39 #include "radv_debug.h"
|
| D | radv_nir_to_llvm.c | 29 #include "radv_debug.h"
|
| /external/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_debug.h | 4 * based in part on radv_debug.h which is:
|
| D | v3dv_debug.c | 4 * based in part on radv_debug.h which is:
|
| /external/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 240 RADV_DEBUG: llvm,checkir 270 RADV_DEBUG: nomeshshader # Disable mesh shaders until task shaders stop hanging
|
| /external/mesa3d/src/amd/compiler/ |
| D | README.md | 240 Handy `RADV_DEBUG` options that help with ACO debugging: 259 …o **combine these options into a comma-separated list**, for example: `RADV_DEBUG=nocache,shaders`… 262 RADV_DEBUG=nocache,shaders ACO_DEBUG=validateir,validatera vkcube
|
| /external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
| D | radv_amdgpu_winsys.c | 38 #include "radv_debug.h"
|
| D | radv_amdgpu_bo.c | 32 #include "radv_debug.h" 1053 fprintf(file, " To get BO VA ranges, please specify RADV_DEBUG=allbos\n"); in radv_amdgpu_dump_bo_ranges()
|
123