Home
last modified time | relevance | path

Searched refs:addr_in_dst_buffer (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_cmdbuf.c205 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ in vsp_cmdbuf_add_relocation() argument
217 reloc->where = addr_in_dst_buffer - start_of_dst_buffer; /* Offset in DWORDs */ in vsp_cmdbuf_add_relocation()
229 *addr_in_dst_buffer = new_val; in vsp_cmdbuf_add_relocation()
231 *addr_in_dst_buffer = PSB_RELOC_MAGIC; in vsp_cmdbuf_add_relocation()
235 *addr_in_dst_buffer = reloc - (struct drm_psb_reloc *)cmdbuf->reloc_base; in vsp_cmdbuf_add_relocation()
Dpnw_cmdbuf.c263 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ in pnw_cmdbuf_add_relocation() argument
275 reloc->where = addr_in_dst_buffer - start_of_dst_buffer; /* Offset in DWORDs */ in pnw_cmdbuf_add_relocation()
287 *addr_in_dst_buffer = new_val; in pnw_cmdbuf_add_relocation()
289 *addr_in_dst_buffer = PSB_RELOC_MAGIC; in pnw_cmdbuf_add_relocation()
293 *addr_in_dst_buffer = reloc - (struct drm_psb_reloc *)cmdbuf->reloc_base; in pnw_cmdbuf_add_relocation()
Dtng_cmdbuf.c326 IMG_UINT32 *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ in tng_cmdbuf_add_relocation() argument
338 reloc->where = addr_in_dst_buffer - start_of_dst_buffer; /* Offset in DWORDs */ in tng_cmdbuf_add_relocation()
350 *addr_in_dst_buffer = new_val; in tng_cmdbuf_add_relocation()
352 *addr_in_dst_buffer = PSB_RELOC_MAGIC; in tng_cmdbuf_add_relocation()
356 *addr_in_dst_buffer = reloc - (struct drm_psb_reloc *)cmdbuf->reloc_base; in tng_cmdbuf_add_relocation()
Dpnw_cmdbuf.h160 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/
Dvsp_cmdbuf.h181 uint32_t *addr_in_dst_buffer,
Dtng_cmdbuf.h187 IMG_UINT32 *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/
/hardware/intel/img/psb_video/src/mrst/
Dlnc_cmdbuf.c254 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ in lnc_cmdbuf_add_relocation() argument
266 reloc->where = addr_in_dst_buffer - start_of_dst_buffer; /* Offset in DWORDs */ in lnc_cmdbuf_add_relocation()
278 *addr_in_dst_buffer = new_val; in lnc_cmdbuf_add_relocation()
280 *addr_in_dst_buffer = PSB_RELOC_MAGIC; in lnc_cmdbuf_add_relocation()
284 *addr_in_dst_buffer = reloc - (struct drm_psb_reloc *)cmdbuf->reloc_base; in lnc_cmdbuf_add_relocation()
Dlnc_cmdbuf.h139 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/