Home
last modified time | relevance | path

Searched refs:dri_bo_create_with_modifiers (Results 1 – 3 of 3) sorted by relevance

/external/minigbm/
Ddri.h33 int dri_bo_create_with_modifiers(struct bo *bo, uint32_t width, uint32_t height, uint32_t format,
Damdgpu.c593 return dri_bo_create_with_modifiers(bo, width, height, format, in amdgpu_create_bo()
613 return dri_bo_create_with_modifiers(bo, width, height, format, modifiers, count); in amdgpu_create_bo_with_modifiers()
Ddri.c313 int dri_bo_create_with_modifiers(struct bo *bo, uint32_t width, uint32_t height, uint32_t format, in dri_bo_create_with_modifiers() function