Edit

IABSD.fr/xenocara/lib/mesa/src/intel/tools/error2hangdump_xe.h

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2025-06-05 11:23:11
    Hash : 67d6f117
    Message : Import Mesa 25.0.7

  • lib/mesa/src/intel/tools/error2hangdump_xe.h
  • /*
     * Copyright 2024 Intel Corporation
     * SPDX-License-Identifier: MIT
     */
    
    #pragma once
    
    #include <stdio.h>
    #include <stdbool.h>
    
    void read_xe_data_file(FILE *dump_file, FILE *hang_dump_file, bool verbose);