Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_drm.h50 drm_find_modifier(uint64_t modifier, const uint64_t *modifiers, unsigned count) in drm_find_modifier() function
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c923 bool linear = drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count); in fd_resource_allocate_and_resolve()
938 bool allow_ubwc = drm_find_modifier(DRM_FORMAT_MOD_INVALID, modifiers, count); in fd_resource_allocate_and_resolve()
940 allow_ubwc = drm_find_modifier(DRM_FORMAT_MOD_QCOM_COMPRESSED, modifiers, count); in fd_resource_allocate_and_resolve()
/external/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()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c732 bool linear_ok = drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count); in v3d_resource_create_with_modifiers()
770 drm_find_modifier(DRM_FORMAT_MOD_BROADCOM_UIF, in v3d_resource_create_with_modifiers()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c490 bool linear_ok = drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count); in vc4_resource_create_with_modifiers()
531 drm_find_modifier(DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED, in vc4_resource_create_with_modifiers()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c664 if (drm_find_modifier(pan_best_modifiers[i], modifiers, count)) { in panfrost_resource_create_with_modifiers()
/external/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