浏览代码

radv: move nomemorycache debug option at the right palce

Fixes: 6571000071 ("radv: add debug option to turn off in memory cache")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
tags/19.3-branchpoint
Samuel Pitoiset 6 年前
父节点
当前提交
c895e08281
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/amd/vulkan/radv_device.c

+ 1
- 1
src/amd/vulkan/radv_device.c 查看文件

@@ -466,7 +466,6 @@ static const struct debug_control radv_debug_options[] = {
{"nodcc", RADV_DEBUG_NO_DCC},
{"shaders", RADV_DEBUG_DUMP_SHADERS},
{"nocache", RADV_DEBUG_NO_CACHE},
{"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},
{"shaderstats", RADV_DEBUG_DUMP_SHADER_STATS},
{"nohiz", RADV_DEBUG_NO_HIZ},
{"nocompute", RADV_DEBUG_NO_COMPUTE_QUEUE},
@@ -492,6 +491,7 @@ static const struct debug_control radv_debug_options[] = {
{"noshaderballot", RADV_DEBUG_NO_SHADER_BALLOT},
{"allentrypoints", RADV_DEBUG_ALL_ENTRYPOINTS},
{"metashaders", RADV_DEBUG_DUMP_META_SHADERS},
{"nomemorycache", RADV_DEBUG_NO_MEMORY_CACHE},
{NULL, 0}
};


正在加载...
取消
保存