Searched refs:drm_find_modifier (Results 1 – 7 of 7) sorted by relevance
/external/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
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 923 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/ |
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()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 732 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/ |
D | vc4_resource.c | 490 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/ |
D | pan_resource.c | 664 if (drm_find_modifier(pan_best_modifiers[i], modifiers, count)) { in panfrost_resource_create_with_modifiers()
|
/external/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
|