Searched refs:VG_DEFINED (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 100 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro 860 VG_DEFINED(map, bo->size); in crocus_bo_map_cpu() 912 VG_DEFINED(map, bo->size); in crocus_bo_map_wc() 992 VG_DEFINED(map, bo->size); in crocus_bo_map_gtt()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 95 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro 1087 VG_DEFINED(map, bo->size); in brw_bo_map_cpu() 1138 VG_DEFINED(map, bo->size); in brw_bo_map_wc() 1212 VG_DEFINED(map, bo->size); in brw_bo_map_gtt()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 87 #define VG_DEFINED(ptr, size) VG(VALGRIND_MAKE_MEM_DEFINED(ptr, size)) macro 1544 VG_DEFINED(map, bo->size); in iris_bo_map()
|