Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h207 #define BO_ALLOC_ZEROED (1<<1) macro
Dbrw_mipmap_tree.c759 BO_ALLOC_ZEROED); in create_ccs_buf_for_image()
1431 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY); in brw_alloc_aux_buffer()
Dbrw_bufmgr.c546 if (flags & BO_ALLOC_ZEROED) in bo_alloc_internal()
Dbrw_screen.c818 surf.row_pitch_B, BO_ALLOC_ZEROED); in brw_create_image_common()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h148 #define BO_ALLOC_ZEROED (1 << 0) macro
Dcrocus_resource.c504 *alloc_flags |= BO_ALLOC_ZEROED; in crocus_resource_configure_aux()
559 if (!(alloc_flags & BO_ALLOC_ZEROED)) { in crocus_resource_init_aux_buf()
Dcrocus_bufmgr.c333 if (flags & BO_ALLOC_ZEROED) { in alloc_bo_from_cache()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h269 #define BO_ALLOC_ZEROED (1<<0) macro
Diris_measure.c107 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED); in iris_init_batch_measure()
Diris_bufmgr.c803 if (flags & BO_ALLOC_ZEROED) { in alloc_bo_from_slabs()
891 if (flags & BO_ALLOC_ZEROED) { in alloc_bo_from_cache()
Diris_resource.c952 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED); in iris_resource_finish_aux_import()