Home
last modified time | relevance | path

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

/external/minigbm/
Dxe.c148 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in xe_add_combinations()
151 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_linear, in xe_add_combinations()
154 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), in xe_add_combinations()
194 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_x_tiled, in xe_add_combinations()
196 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in xe_add_combinations()
211 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), in xe_add_combinations()
213 drv_add_combinations(drv, scanout_render_formats, in xe_add_combinations()
221 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), in xe_add_combinations()
223 drv_add_combinations(drv, scanout_render_formats, in xe_add_combinations()
Ddumb_driver.c37 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in dumb_driver_init()
40 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), in dumb_driver_init()
Di915.c234 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in i915_add_combinations()
237 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_linear, in i915_add_combinations()
240 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), in i915_add_combinations()
281 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), &metadata_x_tiled, in i915_add_combinations()
283 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in i915_add_combinations()
298 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), in i915_add_combinations()
300 drv_add_combinations(drv, scanout_render_formats, in i915_add_combinations()
308 drv_add_combinations(drv, render_formats, ARRAY_SIZE(render_formats), in i915_add_combinations()
313 drv_add_combinations(drv, scanout_render_formats, in i915_add_combinations()
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()
Drockchip.c91 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in rockchip_init()
94 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), &metadata, in rockchip_init()
Dmsm.c239 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in msm_init()
242 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in msm_init()
Ddrv_helpers.h46 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats,
Dvirtgpu_cross_domain.c78 drv_add_combinations(drv, scanout_render_formats, ARRAY_SIZE(scanout_render_formats), in add_combinations()
81 drv_add_combinations(drv, texture_only_formats, ARRAY_SIZE(texture_only_formats), &metadata, in add_combinations()
Dmediatek.c142 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in mediatek_init()
146 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in mediatek_init()
Damdgpu.c405 drv_add_combinations(drv, render_target_formats, ARRAY_SIZE(render_target_formats), in amdgpu_init()
408 drv_add_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats), in amdgpu_init()
Ddrv_helpers.c521 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats, in drv_add_combinations() function