Home
last modified time | relevance | path

Searched refs:lima_format_pixel_supported (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.h32 bool lima_format_pixel_supported(enum pipe_format f);
Dlima_format.c182 lima_format_pixel_supported(enum pipe_format f) in lima_format_pixel_supported() function
Dlima_blit.c225 if (!lima_format_pixel_supported(info->dst.resource->format)) in lima_do_blit()
Dlima_screen.c343 if (!lima_format_pixel_supported(format)) in lima_screen_is_format_supported()