OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psb_cmdbuf_add_relocation
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
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, offset, 0XFFFFFFFF, 0, 0, 1)
158
#define RELOC_MSG(dest, offset, buf)
psb_cmdbuf_add_relocation
(cmdbuf, (uint32_t*) &dest, buf, offset, 0XFFFFFFFF, 0, 0, 0)
159
#define RELOC_SHIFT4(dest, offset, background, buf)
psb_cmdbuf_add_relocation
(cmdbuf, (uint32_t*) &dest, buf, offset, 0X0FFFFFFF, background, 4, 1)
160
#define RELOC_REGIO(dest, offset, buf, dst)
psb_cmdbuf_add_relocation
(cmdbuf, (uint32_t*) &dest, buf, offset, 0XFFFFFFFF, 0, 0, dst)
psb_cmdbuf.c
320
void
psb_cmdbuf_add_relocation
(psb_cmdbuf_p cmdbuf,
function
[
all
...]
Completed in 5883 milliseconds