Home
last modified time | relevance | path

Searched refs:v3d_has_feature (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c92 v3d_has_feature(struct v3d_screen *screen, enum drm_v3d_param feature) in v3d_has_feature() function
172 return v3d_has_feature(screen, DRM_V3D_PARAM_SUPPORTS_TFU); in v3d_screen_get_param()
708 screen->has_csd = v3d_has_feature(screen, DRM_V3D_PARAM_SUPPORTS_CSD); in v3d_screen_create()
710 v3d_has_feature(screen, DRM_V3D_PARAM_SUPPORTS_CACHE_FLUSH); in v3d_screen_create()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c373 v3d_has_feature(struct v3dv_physical_device *device, enum drm_v3d_param feature) in v3d_has_feature() function
386 return v3d_has_feature(device, DRM_V3D_PARAM_SUPPORTS_TFU) && in device_has_expected_features()
387 v3d_has_feature(device, DRM_V3D_PARAM_SUPPORTS_CSD) && in device_has_expected_features()
388 v3d_has_feature(device, DRM_V3D_PARAM_SUPPORTS_CACHE_FLUSH); in device_has_expected_features()