Searched defs:background (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dvsp_cmdbuf.c202 * constructed address. The remaining bits will be filled with bits from "background".
209 uint32_t background,
228 new_val = (background & ~mask) | (new_val & mask);
240 reloc->background = background;
204 vsp_cmdbuf_add_relocation(vsp_cmdbuf_p cmdbuf, uint32_t *addr_in_dst_buffer, psb_buffer_p ref_buffer, uint32_t buf_offset, uint32_t mask, uint32_t background, uint32_t align_shift, uint32_t dst_buffer, uint32_t *start_of_dst_buffer) argument
H A Dpnw_cmdbuf.c260 * constructed address. The remaining bits will be filled with bits from "background".
267 uint32_t background,
286 new_val = (background & ~mask) | (new_val & mask);
298 reloc->background = background;
262 pnw_cmdbuf_add_relocation(pnw_cmdbuf_p cmdbuf, uint32_t *addr_in_dst_buffer, psb_buffer_p ref_buffer, uint32_t buf_offset, uint32_t mask, uint32_t background, uint32_t align_shift, uint32_t dst_buffer, uint32_t *start_of_dst_buffer) argument
H A Dtng_cmdbuf.c323 * constructed address. The remaining bits will be filled with bits from "background".
330 IMG_UINT32 background,
349 new_val = (background & ~mask) | (new_val & mask);
361 reloc->background = background;
325 tng_cmdbuf_add_relocation(tng_cmdbuf_p cmdbuf, IMG_UINT32 *addr_in_dst_buffer, psb_buffer_p ref_buffer, IMG_UINT32 buf_offset, IMG_UINT32 mask, IMG_UINT32 background, IMG_UINT32 align_shift, IMG_UINT32 dst_buffer, IMG_UINT32 *start_of_dst_buffer) argument
H A Dpsb_cmdbuf.c318 * constructed address. The remaining bits will be filled with bits from "background".
325 uint32_t background,
348 psb__trace_message("[RE] Reloc at offset %08x (%08x), offset = %08x background = %08x buffer = %d (%08x)\n",
349 reloc->where, reloc->where << 2, buf_offset, background, reloc->buffer, presumed_offset);
354 new_val = (background & ~mask) | (new_val & mask);
363 reloc->background = background;
320 psb_cmdbuf_add_relocation(psb_cmdbuf_p cmdbuf, uint32_t *addr_in_cmdbuf, psb_buffer_p ref_buffer, uint32_t buf_offset, uint32_t mask, uint32_t background, uint32_t align_shift, uint32_t dst_buffer) argument
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_cmdbuf.c251 * constructed address. The remaining bits will be filled with bits from "background".
258 uint32_t background,
277 new_val = (background & ~mask) | (new_val & mask);
289 reloc->background = background;
253 lnc_cmdbuf_add_relocation(lnc_cmdbuf_p cmdbuf, uint32_t *addr_in_dst_buffer, psb_buffer_p ref_buffer, uint32_t buf_offset, uint32_t mask, uint32_t background, uint32_t align_shift, uint32_t dst_buffer, uint32_t *start_of_dst_buffer) argument
/hardware/ti/omap4-aah/kernel-headers/linux/
H A Domapfb.h172 __u32 background; member in struct:omapfb_color_key
/hardware/ti/omap4-aah/original-kernel-headers/linux/
H A Domapfb.h169 __u32 background; member in struct:omapfb_color_key
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h172 __u32 background; member in struct:omapfb_color_key
/hardware/ti/omap4xxx/original-kernel-headers/linux/
H A Domapfb.h169 __u32 background; member in struct:omapfb_color_key

Completed in 408 milliseconds