Lines Matching refs:virgl_formats
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()
1167 static inline enum virgl_formats
1168 vrend_format_replace_emulated(uint32_t bind, enum virgl_formats format) in vrend_format_replace_emulated()
1170 enum virgl_formats retval = format; in vrend_format_replace_emulated()
1195 vrend_get_format_table_entry(enum virgl_formats format) in vrend_get_format_table_entry()
1201 vrend_get_format_table_entry_with_emulation(uint32_t bind, enum virgl_formats format) in vrend_get_format_table_entry_with_emulation()
2194 enum virgl_formats format; in vrend_create_sampler_view()
3898 enum virgl_formats fmt = vrend_format_replace_emulated(res->base.bind, res->base.format); in vrend_clear_texture()
5679 static bool get_swizzled_border_color(enum virgl_formats fmt, in get_swizzled_border_color()
6872 static enum virgl_formats vrend_resource_fixup_emulated_bgra(struct vrend_resource *gr, in vrend_resource_fixup_emulated_bgra()
6876 const enum virgl_formats format = pr->format; in vrend_resource_fixup_emulated_bgra()
6902 enum virgl_formats format, in vrend_resource_alloc_texture()
7125 const enum virgl_formats format = in vrend_renderer_resource_create()
7199 enum virgl_formats format, in read_transfer_data()
7849 enum virgl_formats fmt = res->base.format; in vrend_transfer_send_readpixels()
8773 static GLuint vrend_make_view(struct vrend_resource *res, enum virgl_formats format) in vrend_make_view()
8778 enum virgl_formats src_fmt = vrend_format_replace_emulated(res->base.bind, res->base.format); in vrend_make_view()
8780 enum virgl_formats dst_fmt = vrend_format_replace_emulated(res->base.bind, format); in vrend_make_view()
9880 static void set_format_bit(struct virgl_supported_format_mask *mask, enum virgl_formats fmt) in set_format_bit()
10082 enum virgl_formats fmt = (enum virgl_formats)i; in vrend_renderer_fill_caps_v1()
10341 enum virgl_formats fmt = (enum virgl_formats)i; in vrend_renderer_fill_caps_v2()