Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_format.h31 bool lima_format_texel_supported(enum pipe_format f);
Dlima_format.c171 lima_format_texel_supported(enum pipe_format f) in lima_format_texel_supported() function
Dlima_blit.c228 if (!lima_format_texel_supported(info->src.resource->format)) in lima_do_blit()
Dlima_screen.c442 return lima_format_texel_supported(format); in lima_screen_is_format_supported()