Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c525 static const struct debug_control radv_debug_options[] = { variable
563 assert(id < ARRAY_SIZE(radv_debug_options) - 1); in radv_get_debug_option_name()
564 return radv_debug_options[id].string; in radv_get_debug_option_name()
716 radv_debug_options); in radv_CreateInstance()