Searched refs:needs_memset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c1676 const bool needs_memset = local in function:intel_alloc_aux_buffer
1679 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY);
1694 if (needs_memset) {
1845 const bool needs_memset = initial_state != ISL_AUX_STATE_AUX_INVALID; local in function:intel_miptree_alloc_aux
1846 mt->aux_buf = intel_alloc_aux_buffer(brw, &aux_surf, needs_memset,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c1428 const bool needs_memset = local in function:brw_alloc_aux_buffer
1431 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY);
1446 if (needs_memset) {
1600 const bool needs_memset = initial_state != ISL_AUX_STATE_AUX_INVALID; local in function:brw_miptree_alloc_aux
1601 mt->aux_buf = brw_alloc_aux_buffer(brw, &aux_surf, needs_memset,

Completed in 11 milliseconds