Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c620 uint32_t alloc_flags = 0; in miptree_create() local
643 alloc_flags |= BO_ALLOC_FOR_RENDER; in miptree_create()
662 alloc_flags); in miptree_create()
667 alloc_flags); in miptree_create()
701 const uint32_t alloc_flags = in intel_miptree_create() local
711 &mt->tiling, &pitch, alloc_flags); in intel_miptree_create()
1614 const uint32_t alloc_flags = in intel_miptree_alloc_non_msrt_mcs() local
1625 1, &tiling, &pitch, alloc_flags); in intel_miptree_alloc_non_msrt_mcs()
/external/libdrm/amdgpu/
Damdgpu.h212 uint64_t alloc_flags; member
Damdgpu_bo.c186 info->alloc_flags = bo_info.domain_flags; in amdgpu_bo_query_info()