Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.h101 enum virgl_formats format;
134 const struct vrend_format_table *vrend_get_format_table_entry(enum virgl_formats format);
135 …ormat_table *vrend_get_format_table_entry_with_emulation(uint32_t bind, enum virgl_formats format);
466 bool vrend_format_is_emulated_alpha(enum virgl_formats format);
467 boolean format_is_copy_compatible(enum virgl_formats src, enum virgl_formats dst,
Dvrend_formats.c389 static bool depth_stencil_formats_can_readback(enum virgl_formats format) in depth_stencil_formats_can_readback()
747 static int format_uncompressed_compressed_copy_compatible(enum virgl_formats src, in format_uncompressed_compressed_copy_compatible()
748 enum virgl_formats dst) in format_uncompressed_compressed_copy_compatible()
836 …boolean format_compressed_compressed_copy_compatible(enum virgl_formats src, enum virgl_formats ds… in format_compressed_compressed_copy_compatible()
871 boolean format_is_copy_compatible(enum virgl_formats src, enum virgl_formats dst, in format_is_copy_compatible()
Dvrend_renderer.c471 enum virgl_formats format;
769 static inline bool vrend_format_can_sample(enum virgl_formats format) in vrend_format_can_sample()
789 static inline bool vrend_format_can_readback(enum virgl_formats format) in vrend_format_can_readback()
794 static inline bool vrend_format_can_render(enum virgl_formats format) in vrend_format_can_render()
799 static inline bool vrend_format_is_ds(enum virgl_formats format) in vrend_format_is_ds()
804 static inline bool vrend_format_can_scanout(enum virgl_formats format) in vrend_format_can_scanout()
821 static inline bool vrend_format_can_texture_view(enum virgl_formats format) in vrend_format_can_texture_view()
832 bool vrend_format_is_emulated_alpha(enum virgl_formats format) in vrend_format_is_emulated_alpha()
840 static bool vrend_blit_needs_swizzle(enum virgl_formats src, in vrend_blit_needs_swizzle()
841 enum virgl_formats dst) in vrend_blit_needs_swizzle()
[all …]
Dvirgl_hw.h34 enum virgl_formats { enum
Dvrend_blitter.c162 static enum tgsi_return_type tgsi_ret_for_format(enum virgl_formats format) in tgsi_ret_for_format()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.h69 virgl_has_readback_format(struct pipe_screen *screen, enum virgl_formats fmt);
Dvirgl_winsys.h166 extern enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
Dvirgl_screen.c503 enum virgl_formats fmt) in has_format_bit()
515 enum virgl_formats fmt) in virgl_has_readback_format()
566 enum virgl_formats vformat = pipe_to_virgl_format(format); in virgl_format_check_bitmask()
Dvirgl_encode.h309 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] = {
263 enum virgl_formats pipe_to_virgl_format(enum pipe_format format) in pipe_to_virgl_format()
265 enum virgl_formats vformat = virgl_formats_conv_table[format]; in pipe_to_virgl_format()
/external/minigbm/external/
Dvirgl_hw.h34 enum virgl_formats { enum
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h34 enum virgl_formats { enum
/external/virglrenderer/src/gallium/include/pipe/
Dp_format.h40 #define pipe_format virgl_formats