Home
last modified time | relevance | path

Searched refs:radv_perftest_options (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c995 static const struct debug_control radv_perftest_options[] = {{"localbos", RADV_PERFTEST_LOCAL_BOS}, variable
1013 assert(id < ARRAY_SIZE(radv_perftest_options) - 1); in radv_get_perftest_option_name()
1014 return radv_perftest_options[id].string; in radv_get_perftest_option_name()
1127 instance->perftest_flags = parse_debug_string(getenv("RADV_PERFTEST"), radv_perftest_options); in radv_CreateInstance()