Home
last modified time | relevance | path

Searched refs:v3d_tfu_supports_tex_format (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_formats.c157 v3d_tfu_supports_tex_format(const struct v3d_device_info *devinfo, in v3d_tfu_supports_tex_format() function
Dv3d_context.h762 bool v3d_tfu_supports_tex_format(const struct v3d_device_info *devinfo,
Dv3d_blit.c257 if (!v3d_tfu_supports_tex_format(&screen->devinfo, tex_format, for_mipmap)) { in v3d_tfu()