Lines Matching refs:debug_flags
61 device->instance->debug_flags & RADV_DEBUG_SPLIT_FMA;
149 if (!(device->instance->debug_flags & RADV_DEBUG_DUMP_SHADERS))
153 !(device->instance->debug_flags & RADV_DEBUG_DUMP_META_SHADERS))
163 return device->instance->debug_flags & RADV_DEBUG_DUMP_SHADER_STATS && !is_meta_shader(nir);
699 bool dump_meta = device->instance->debug_flags & RADV_DEBUG_DUMP_META_SHADERS;
700 if ((device->instance->debug_flags & RADV_DEBUG_DUMP_SPIRV) &&
2078 if (keep_shader_info || (device->instance->debug_flags & RADV_DEBUG_DUMP_SHADERS)) {
2215 options->dump_shader && device->instance->debug_flags & RADV_DEBUG_PREOPTIR;
2218 options->check_ir = device->instance->debug_flags & RADV_DEBUG_CHECKIR;
2433 options.dump_shader = device->instance->debug_flags & RADV_DEBUG_DUMP_PROLOGS;
2434 options.record_ir = device->instance->debug_flags & RADV_DEBUG_HANG;
2495 options.dump_shader = device->instance->debug_flags & RADV_DEBUG_DUMP_EPILOGS;
2496 options.record_ir = device->instance->debug_flags & RADV_DEBUG_HANG;
2497 options.dump_preoptir = device->instance->debug_flags & RADV_DEBUG_DUMP_EPILOGS;
2498 options.dump_shader = device->instance->debug_flags & RADV_DEBUG_DUMP_EPILOGS;