Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_formats.c50 v3d_rt_format_supported(const struct v3d_device_info *devinfo, in v3d_rt_format_supported() function
Dv3d_screen.c599 !v3d_rt_format_supported(&screen->devinfo, format)) { in v3d_screen_is_format_supported()
Dv3d_context.h667 bool v3d_rt_format_supported(const struct v3d_device_info *devinfo,
Dv3d_resource.c697 assert(v3d_rt_format_supported(&screen->devinfo, prsc->format)); in v3d_resource_setup()