Searched refs:virgl_formats (Results 1 – 13 of 13) sorted by relevance
101 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,
389 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()
471 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 …]
34 enum virgl_formats { enum
162 static enum tgsi_return_type tgsi_ret_for_format(enum virgl_formats format) in tgsi_ret_for_format()
69 virgl_has_readback_format(struct pipe_screen *screen, enum virgl_formats fmt);
166 extern enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
503 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()
309 enum virgl_formats pipe_to_virgl_format(enum pipe_format format);
44 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()
40 #define pipe_format virgl_formats