Home
last modified time | relevance | path

Searched refs:BO_ALLOC_ZEROED (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h207 #define BO_ALLOC_ZEROED (1<<1) macro
Dintel_mipmap_tree.c759 BO_ALLOC_ZEROED); in create_ccs_buf_for_image()
1479 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY); in intel_alloc_aux_buffer()
Dbrw_bufmgr.c540 if (flags & BO_ALLOC_ZEROED) in bo_alloc_internal()
Dintel_screen.c801 surf.row_pitch_B, BO_ALLOC_ZEROED); in intel_create_image_common()
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h242 #define BO_ALLOC_ZEROED (1<<0) macro
Diris_bufmgr.c449 if (flags & BO_ALLOC_ZEROED) { in alloc_bo_from_cache()
Diris_resource.c849 I915_TILING_NONE, 0, BO_ALLOC_ZEROED); in iris_resource_finish_aux_import()