Searched refs:BO_ALLOC_ZEROED (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h193 #define BO_ALLOC_ZEROED (1<<0) macro
H A Diris_resource.c390 alloc_flags |= BO_ALLOC_ZEROED;
430 if (!(alloc_flags & BO_ALLOC_ZEROED)) {
H A Diris_bufmgr.c380 if (flags & BO_ALLOC_ZEROED)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.h199 #define BO_ALLOC_ZEROED (1<<1) macro
H A Dbrw_bufmgr.c511 if (flags & BO_ALLOC_ZEROED)
H A Dintel_mipmap_tree.c959 BO_ALLOC_ZEROED);
1679 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY);
H A Dintel_screen.c782 surf.row_pitch_B, BO_ALLOC_ZEROED);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h148 #define BO_ALLOC_ZEROED (1 << 0) macro
H A Dcrocus_resource.c504 *alloc_flags |= BO_ALLOC_ZEROED;
559 if (!(alloc_flags & BO_ALLOC_ZEROED)) {
H A Dcrocus_bufmgr.c333 if (flags & BO_ALLOC_ZEROED) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.h207 #define BO_ALLOC_ZEROED (1<<1) macro
H A Dbrw_bufmgr.c546 if (flags & BO_ALLOC_ZEROED)
H A Dbrw_mipmap_tree.c759 BO_ALLOC_ZEROED);
1431 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY);
H A Dbrw_screen.c818 surf.row_pitch_B, BO_ALLOC_ZEROED);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h269 #define BO_ALLOC_ZEROED (1<<0) macro
H A Diris_measure.c107 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED);
H A Diris_bufmgr.c810 if (flags & BO_ALLOC_ZEROED) {
898 if (flags & BO_ALLOC_ZEROED) {
H A Diris_resource.c952 IRIS_MEMZONE_OTHER, BO_ALLOC_ZEROED);

Completed in 44 milliseconds