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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_sqtt.c441 radv_get_int_debug_option("RADV_THREAD_TRACE_BUFFER_SIZE", 32 * 1024 * 1024);
442 device->thread_trace.start_frame = radv_get_int_debug_option("RADV_THREAD_TRACE", -1);
H A Dradv_private.h1241 int radv_get_int_debug_option(const char *name, int default_value);
H A Dradv_device.c322 radv_get_int_debug_option(const char *name, int default_value) function in typeref:typename:int
346 return radv_get_int_debug_option("RADV_THREAD_TRACE", -1) >= 0 ||
3254 device->force_aniso = MIN2(16, radv_get_int_debug_option("RADV_TEX_ANISO", -1));
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c1734 radv_get_int_debug_option(const char *name, int default_value) function in typeref:typename:int
1953 MIN2(16, radv_get_int_debug_option("RADV_TEX_ANISO", -1));

Completed in 26 milliseconds