Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_formats.c62 v3d_get_rt_format(const struct v3d_device_info *devinfo, enum pipe_format f) in v3d_get_rt_format() function
Dv3d_context.h671 uint8_t v3d_get_rt_format(const struct v3d_device_info *devinfo, enum pipe_format f);
Dv3d_resource.c699 v3d_get_rt_format(&screen->devinfo, prsc->format); in v3d_resource_setup()
1042 surface->format = v3d_get_rt_format(&screen->devinfo, psurf->format); in v3d_create_surface()
Dv3dx_state.c951 v3d_get_rt_format(&screen->devinfo, cso->format); in v3dX()