gallium: introduce PIPE_FD_TYPE_SYNCOBJ
Denotes that a fd is backed by a synobj. For example, radv shared semaphores. Signed-off-by: Andres Rodriguez <andresx7@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -1088,6 +1088,7 @@ struct pipe_driver_query_group_info
|
||||
enum pipe_fd_type
|
||||
{
|
||||
PIPE_FD_TYPE_NATIVE_SYNC,
|
||||
PIPE_FD_TYPE_SYNCOBJ,
|
||||
};
|
||||
|
||||
enum pipe_debug_type
|
||||
|
||||
Reference in New Issue
Block a user