Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h843 static inline int radeon_get_heap_index(enum radeon_bo_domain domain, enum radeon_bo_flag flags) in radeon_get_heap_index() function
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c1036 int heap = radeon_get_heap_index(domain, flags); in radeon_winsys_bo_create()
1073 heap = radeon_get_heap_index(domain, flags); in radeon_winsys_bo_create()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1386 int heap = radeon_get_heap_index(domain, flags); in amdgpu_bo_create()
1459 heap = radeon_get_heap_index(domain, flags & ~RADEON_FLAG_ENCRYPTED); in amdgpu_bo_create()