Searched refs:GET_PTR (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 79 #define GET_PTR(p) ( (void *) ((uintptr_t) p & ~(uintptr_t) 1) ) macro 132 memcpy(relocated, GET_PTR(bo->map), bo->size); 297 GET_PTR(data), bo->size, bo->offset); 300 GET_PTR(data), bo->size, bo->offset);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 93 #define GET_PTR(p) ( (void *) ((uintptr_t) p & ~(uintptr_t) 1) ) macro 146 memcpy(relocated, GET_PTR(bo->map), bo->size); 339 GET_PTR(data), bo->size, bo->offset); 342 GET_PTR(data), bo->size, bo->offset);
|
Completed in 7 milliseconds