Searched refs:drm_find_modifier (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_drm.h | 50 drm_find_modifier(uint64_t modifier, const uint64_t *modifiers, unsigned count) in drm_find_modifier() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 1134 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/ |
D | lima_resource.c | 202 !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/ |
D | vc4_resource.c | 518 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/ |
D | v3d_resource.c | 761 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/ |
D | pan_resource.c | 706 if (drm_find_modifier(pan_best_modifiers[i], modifiers, count)) { in panfrost_resource_create_with_modifiers()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 442 - 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
|