Searched refs:drv_add_combinations (Results 1 – 11 of 11) sorted by relevance
/external/minigbm/ |
D | xe.c | 148 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()
|
D | dumb_driver.c | 37 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()
|
D | i915.c | 234 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()
|
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 | rockchip.c | 91 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()
|
D | msm.c | 239 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()
|
D | drv_helpers.h | 46 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats,
|
D | virtgpu_cross_domain.c | 78 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()
|
D | mediatek.c | 142 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()
|
D | amdgpu.c | 405 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()
|
D | drv_helpers.c | 521 void drv_add_combinations(struct driver *drv, const uint32_t *formats, uint32_t num_formats, in drv_add_combinations() function
|