Home
last modified time | relevance | path

Searched refs:BO_USE_LINEAR (Results 1 – 8 of 8) sorted by relevance

/external/minigbm/
Ddrv_priv.h80 #define BO_USE_RENDER_MASK BO_USE_LINEAR | BO_USE_PROTECTED | BO_USE_RENDERING | \
84 #define BO_USE_TEXTURE_MASK BO_USE_LINEAR | BO_USE_PROTECTED | BO_USE_RENDERSCRIPT | \
Damdgpu.c108 use_flags &= ~BO_USE_LINEAR; in amdgpu_init()
159 if (use_flags & (BO_USE_LINEAR | BO_USE_SW)) in amdgpu_create_bo()
Dgbm_helpers.c28 use_flags |= BO_USE_LINEAR; in gbm_convert_usage()
Dtegra.c197 use_flags &= ~BO_USE_LINEAR; in tegra_init()
219 (BO_USE_CURSOR | BO_USE_LINEAR | BO_USE_SW_READ_OFTEN | BO_USE_SW_WRITE_OFTEN)) in tegra_bo_create()
Ddrv.h26 #define BO_USE_LINEAR (1ull << 3) macro
Di915.c156 render_use_flags &= ~BO_USE_LINEAR; in i915_add_combinations()
161 texture_use_flags &= ~BO_USE_LINEAR; in i915_add_combinations()
Ddri.c181 if (use_flags & BO_USE_LINEAR) in dri_bo_create()
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc108 use_flags |= BO_USE_LINEAR; in allocate()