Searched refs:drm_find_modifier (Results 1 – 9 of 9) 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 | 1252 drm_find_modifier(DRM_FORMAT_MOD_INVALID, modifiers, count); in has_implicit_modifier() 1322 !drm_find_modifier(DRM_FORMAT_MOD_QCOM_COMPRESSED, modifiers, count)) { in get_best_layout() 1333 drm_find_modifier(DRM_FORMAT_MOD_QCOM_TILED3, modifiers, count)) in get_best_layout() 1336 if (!drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) { in get_best_layout()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 220 !drm_find_modifier(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, in _lima_resource_create_with_modifiers() 281 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 | 832 drm_find_modifier(DRM_FORMAT_MOD_BROADCOM_UIF, in v3d_resource_create_with_modifiers() 835 } else if (drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) { in v3d_resource_create_with_modifiers()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 573 drm_find_modifier(DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED, in vc4_resource_create_with_modifiers() 576 } else if (drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) { in vc4_resource_create_with_modifiers()
|
/external/mesa3d/src/panfrost/vulkan/ |
D | panvk_image.c | 147 drm_find_modifier(pan_best_modifiers[i], mods, mod_count)) in panvk_image_get_mod_from_list()
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 434 drm_find_modifier(DRM_FORMAT_MOD_APPLE_TWIDDLED_COMPRESSED, modifiers, in agx_select_modifier_from_list() 439 drm_find_modifier(DRM_FORMAT_MOD_APPLE_TWIDDLED, modifiers, count)) in agx_select_modifier_from_list() 443 drm_find_modifier(DRM_FORMAT_MOD_LINEAR, modifiers, count)) in agx_select_modifier_from_list()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 878 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
|