|
GTPin
|
Method of the host-to-device memory mapping and sharing. More...
#include <igt_memory_mapper.h>
Public Member Functions | |
| constexpr | GtMmapMethod (GT_MMAP_METHOD v=GT_MMAP_INVALID) |
| Conversion constructor. | |
| constexpr | operator GT_MMAP_METHOD () const |
| Conversion operator. | |
| constexpr bool | IsValid () const |
| Return true for a valid mapping method. | |
| constexpr bool | IsShare () const |
| Return true for 'in&out' object sharing. | |
| constexpr bool | IsShareConst () const |
| Return true for 'input' object sharing. | |
| constexpr bool | IsShareRet () const |
| Return true for 'output' object sharing. | |
| const char * | ToString () const |
| Return string representation. | |
Method of the host-to-device memory mapping and sharing.
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4