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.c555 isl_surf_usage_flags_t isl_usage_flags, uint32_t alloc_flags, in make_surface() argument
630 mt->surf.row_pitch, alloc_flags); in make_surface()
731 uint32_t alloc_flags = 0; in miptree_create() local
738 alloc_flags |= BO_ALLOC_BUSY; in miptree_create()
754 alloc_flags, 0, NULL); in miptree_create()
1671 uint32_t alloc_flags, in intel_alloc_aux_buffer() argument
1687 I915_TILING_Y, buf->pitch, alloc_flags); in intel_alloc_aux_buffer()
1725 const uint32_t alloc_flags = 0; in intel_miptree_alloc_mcs() local
1727 &temp_mcs_surf, alloc_flags, mt); in intel_miptree_alloc_mcs()
1773 const uint32_t alloc_flags = mt->aux_usage == ISL_AUX_USAGE_CCS_E ? in intel_miptree_alloc_ccs() local
[all …]
/external/libdrm/amdgpu/
Damdgpu.h220 uint64_t alloc_flags; member
Damdgpu_bo.c159 info->alloc_flags = bo_info.domain_flags; in amdgpu_bo_query_info()