Searched refs:VG_DEFINED (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c89 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro
868 VG_DEFINED(map, bo->size);
930 VG_DEFINED(map, bo->size);
1005 VG_DEFINED(map, bo->size);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c87 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro
990 VG_DEFINED(map, bo->size);
1054 VG_DEFINED(map, bo->size);
1128 VG_DEFINED(map, bo->size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c100 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro
860 VG_DEFINED(map, bo->size);
912 VG_DEFINED(map, bo->size);
992 VG_DEFINED(map, bo->size);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c95 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro
1087 VG_DEFINED(map, bo->size);
1138 VG_DEFINED(map, bo->size);
1212 VG_DEFINED(map, bo->size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c87 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro
1551 VG_DEFINED(map, bo->size);

Completed in 13 milliseconds