Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c2513 radv_get_int_debug_option(const char *name, int default_value) in radv_get_int_debug_option() function
2536 return radv_get_int_debug_option("RADV_THREAD_TRACE", -1) >= 0 || in radv_thread_trace_enabled()
2880 radv_get_int_debug_option("RADV_THREAD_TRACE_BUFFER_SIZE", 1024 * 1024); in radv_CreateDevice()
2881 device->thread_trace_start_frame = radv_get_int_debug_option("RADV_THREAD_TRACE", -1); in radv_CreateDevice()
2966 MIN2(16, radv_get_int_debug_option("RADV_TEX_ANISO", -1)); in radv_CreateDevice()