Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daubinator_error_decode_lib.h19 dump_shader_binary(void *user_data, const char *short_name,
H A Daubinator_error_decode_lib.c55 dump_shader_binary(void *user_data, const char *short_name, in dump_shader_binary() function
H A Daubinator_error_decode_xe.c311 batch_ctx.shader_binary = dump_shader_binary; in read_xe_data_file()
H A Daubinator_error_decode.c684 batch_ctx.shader_binary = dump_shader_binary; in read_i915_data_file()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug_options.h4 OPT_BOOL(dump_shader_binary, false, "Dump shader binary as part of ddebug_dumps")
H A Dsi_debug.c93 if (shader->bo && sscreen->options.dump_shader_binary) { in si_dump_shader()