Home
last modified time | relevance | path

Searched refs:drm_find_modifier (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/
Du_drm.h50 drm_find_modifier(uint64_t modifier, const uint64_t *modifiers, unsigned count) in drm_find_modifier() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1134 drm_find_modifier(DRM_FORMAT_MOD_INVALID, modifiers, count)); in get_best_layout()
1169 !drm_find_modifier(DRM_FORMAT_MOD_QCOM_COMPRESSED, modifiers, count)) { in get_best_layout()
1187 drm_find_modifier(FD_FORMAT_MOD_QCOM_TILED, modifiers, count)) in get_best_layout()
1190 if (!drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) { in get_best_layout()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c202 !drm_find_modifier(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, in _lima_resource_create_with_modifiers()
262 if (drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) in lima_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c518 bool linear_ok = drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count); in vc4_resource_create_with_modifiers()
559 drm_find_modifier(DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED, in vc4_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c761 bool linear_ok = drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count); in v3d_resource_create_with_modifiers()
799 drm_find_modifier(DRM_FORMAT_MOD_BROADCOM_UIF, in v3d_resource_create_with_modifiers()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c706 if (drm_find_modifier(pan_best_modifiers[i], modifiers, count)) { in panfrost_resource_create_with_modifiers()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst442 - util: Add a drm_find_modifier helper
443 - v3d: Use shared drm_find_modifier util
444 - vc4: Use shared drm_find_modifier util
445 - freedreno: Use shared drm_find_modifier util