mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
pipe: Remove now unused is_video_target_buffer_supported
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36755>
This commit is contained in:
parent
a4aed7e517
commit
325de7fe7e
1 changed files with 0 additions and 18 deletions
|
|
@ -798,24 +798,6 @@ struct pipe_screen {
|
|||
enum pipe_format format, uint32_t rate,
|
||||
int max, uint64_t *modifiers, int *count);
|
||||
|
||||
/**
|
||||
* Check if the given \p target buffer is supported as output (or input for
|
||||
* encode) for this \p profile and \p entrypoint.
|
||||
*
|
||||
* If \p format is different from target->buffer_format this function
|
||||
* checks if the \p target buffer can be converted to \p format as part
|
||||
* of the given operation (eg. encoder accepts RGB input and converts
|
||||
* it to YUV).
|
||||
*
|
||||
* \return true if the buffer is supported for given operation, false
|
||||
* otherwise.
|
||||
*/
|
||||
bool (*is_video_target_buffer_supported)(struct pipe_screen *screen,
|
||||
enum pipe_format format,
|
||||
struct pipe_video_buffer *target,
|
||||
enum pipe_video_profile profile,
|
||||
enum pipe_video_entrypoint entrypoint);
|
||||
|
||||
/**
|
||||
* Allocates a cut-out in the GPU's VM space.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue