Sign in
android
/
platform
/
external
/
mesa3d
/
cb15b34295c
/
.
/
src
/
freedreno
/
isa
/
isa.h
blob: 2ab6d95fac74db3d6d7836b7d38ff8e67e673e57 [
file
] [
log
] [
blame
]
/*
* Copyright © 2020 Google, Inc.
* SPDX-License-Identifier: MIT
*/
#ifndef
_ISA_H_
#define
_ISA_H_
#include
"compiler/isaspec/isaspec.h"
struct
ir3_shader_variant
;
void
*
isa_assemble
(
struct
ir3_shader_variant
*
v
);
#endif
/* _ISA_H_ */