Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h154 int psb_cmdbuf_dump(unsigned int *buffer, int byte_size);
Dpsb_cmdbuf.h327 void *psb_cmdbuf_alloc_space(psb_cmdbuf_p cmdbuf, uint32_t byte_size);
Dpsb_cmdbuf.c1239 void *psb_cmdbuf_alloc_space(psb_cmdbuf_p cmdbuf, uint32_t byte_size) in psb_cmdbuf_alloc_space() argument
1242 ASSERT(!(byte_size % 4)); in psb_cmdbuf_alloc_space()
1244 cmdbuf->cmd_idx += (byte_size / 4); in psb_cmdbuf_alloc_space()
Dpsb_drv_debug.c441 int psb_cmdbuf_dump(unsigned int *buffer, int byte_size) in psb_cmdbuf_dump() argument
457 while( idx < byte_size / 4 ) in psb_cmdbuf_dump()