Home
last modified time | relevance | path

Searched refs:virgl_formats (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.h80 virgl_has_readback_format(struct pipe_screen *screen, enum virgl_formats fmt,
Dvirgl_winsys.h181 extern enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
Dvirgl_screen.c546 enum virgl_formats fmt) in has_format_bit()
558 enum virgl_formats fmt, bool allow_tweak) in virgl_has_readback_format()
614 enum virgl_formats vformat = pipe_to_virgl_format(format); in virgl_format_check_bitmask()
Dvirgl_encode.h319 enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
Dvirgl_encode.c44 static const enum virgl_formats virgl_formats_conv_table[PIPE_FORMAT_COUNT] = {
303 enum virgl_formats pipe_to_virgl_format(enum pipe_format format) in pipe_to_virgl_format()
305 enum virgl_formats vformat = virgl_formats_conv_table[format]; in pipe_to_virgl_format()
/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h34 enum virgl_formats { enum