File: zer_parameter_validation.h

package info (click to toggle)
level-zero 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,020 kB
  • sloc: cpp: 132,430; ansic: 16,654; python: 10,040; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * ***THIS FILE IS GENERATED. ***
 * See param.h.mako for modifications
 *
 * Copyright (C) 2019-2025 Intel Corporation
 *
 * SPDX-License-Identifier: MIT
 *
 * @file zer_parameter_validation.h
 *
 */

#pragma once
#include "ze_validation_layer.h"
#include "zer_entry_points.h"


namespace validation_layer
{

    class ZERParameterValidation : public ZERValidationEntryPoints {
    public:
        ze_result_t zerGetLastErrorDescriptionPrologue( const char** ppString ) override;
        ze_result_t zerTranslateDeviceHandleToIdentifierPrologue( ze_device_handle_t hDevice ) override;
        ze_result_t zerTranslateIdentifierToDeviceHandlePrologue( uint32_t identifier ) override;
        ze_result_t zerGetDefaultContextPrologue( void ) override;
    };
}