mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
venus: add cs helper stubs to be used by protocol
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15495>
This commit is contained in:
parent
2223f13b26
commit
0de968f71c
1 changed files with 12 additions and 0 deletions
|
|
@ -81,6 +81,18 @@ struct vn_cs_decoder {
|
|||
const void *end;
|
||||
};
|
||||
|
||||
static inline bool
|
||||
vn_cs_renderer_protocol_has_api_version(UNUSED uint32_t api_version)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
static inline bool
|
||||
vn_cs_renderer_protocol_has_extension(UNUSED uint32_t ext_number)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
vn_cs_encoder_init(struct vn_cs_encoder *enc,
|
||||
struct vn_instance *instance,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue