Home
last modified time | relevance | path

Searched refs:drv_add_combinations (Results 1 – 11 of 11) sorted by relevance

/external/minigbm/
Ddumb_driver.c31 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in dumb_driver_init()
34 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), in dumb_driver_init()
Di915.c129 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in i915_add_combinations()
132 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_linear, in i915_add_combinations()
135 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), in i915_add_combinations()
165 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_x_tiled, in i915_add_combinations()
167 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in i915_add_combinations()
187 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_y_tiled, in i915_add_combinations()
192 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in i915_add_combinations()
Dexynos.c28 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in exynos_init()
31 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in exynos_init()
Dvc4.c27 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in vc4_init()
30 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), in vc4_init()
Dvirtgpu_cross_domain.c73 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in add_combinations()
76 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata, in add_combinations()
79 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), &metadata, in add_combinations()
Drockchip.c85 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in rockchip_init()
88 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), &metadata, in rockchip_init()
Dmediatek.c51 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in mediatek_init()
54 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in mediatek_init()
Dmsm.c235 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in msm_init()
238 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in msm_init()
Dhelpers.h45 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats,
Damdgpu.c349 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in amdgpu_init()
352 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in amdgpu_init()
402 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in amdgpu_init()
Dhelpers.c570 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats, in drv_add_combinations() function