Searched refs:wsbmBuf (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/hwcomposer/ips/common/ |
D | WsbmWrapper.c | 157 struct _WsbmBufferObject * wsbmBuf = NULL; in psbWsbmAllocateFromUB() local 170 ret = wsbmGenBuffers(mainPool, 1, &wsbmBuf, align, in psbWsbmAllocateFromUB() 178 ret = wsbmBODataUB(wsbmBuf, in psbWsbmAllocateFromUB() 188 *buf = wsbmBuf; in psbWsbmAllocateFromUB() 196 struct _WsbmBufferObject * wsbmBuf = NULL; in psbWsbmAllocateTTMBuffer() local 209 ret = wsbmGenBuffers(mainPool, 1, &wsbmBuf, align, in psbWsbmAllocateTTMBuffer() 217 ret = wsbmBOData(wsbmBuf, align_to(size, 4096), NULL, NULL, 0); in psbWsbmAllocateTTMBuffer() 226 *buf = wsbmBuf; in psbWsbmAllocateTTMBuffer() 235 struct _WsbmBufferObject *wsbmBuf; in psbWsbmWrapTTMBuffer() local 242 ret = wsbmGenBuffers(mainPool, 1, &wsbmBuf, 0, in psbWsbmWrapTTMBuffer() [all …]
|