Searched refs:psb_cmdbuf_add_relocation (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_cmdbuf.h | 148 void psb_cmdbuf_add_relocation(psb_cmdbuf_p cmdbuf, 157 #define RELOC(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… 158 #define RELOC_MSG(dest, offset, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest, buf, o… 159 #define RELOC_SHIFT4(dest, offset, background, buf) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t… 160 #define RELOC_REGIO(dest, offset, buf, dst) psb_cmdbuf_add_relocation(cmdbuf, (uint32_t*) &dest…
|
D | psb_cmdbuf.c | 320 void psb_cmdbuf_add_relocation(psb_cmdbuf_p cmdbuf, in psb_cmdbuf_add_relocation() function
|