Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
intel
/
common
/
xe
/
intel_device_query.h
blob: 5c09ccc15a5c0623658ea61969970aaeb5e46712 [
file
] [
log
] [
blame
]
/*
* Copyright 2023 Intel Corporation
* SPDX-License-Identifier: MIT
*/
#pragma
once
#include
<stdint.h>
void
*
xe_device_query_alloc_fetch
(
int
fd
,
uint32_t
query_id
,
uint32_t
*
len
);