Searched refs:drv_add_combinations (Results 1 – 11 of 11) sorted by relevance
/external/minigbm/ |
D | dumb_driver.c | 31 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()
|
D | i915.c | 129 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()
|
D | exynos.c | 28 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()
|
D | vc4.c | 27 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()
|
D | virtgpu_cross_domain.c | 73 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()
|
D | rockchip.c | 85 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()
|
D | mediatek.c | 51 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()
|
D | msm.c | 235 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()
|
D | helpers.h | 45 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats,
|
D | amdgpu.c | 349 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()
|
D | helpers.c | 570 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats, in drv_add_combinations() function
|