Searched refs:byte_size (Results 1 – 4 of 4) sorted by relevance
154 int psb_cmdbuf_dump(unsigned int *buffer, int byte_size);
327 void *psb_cmdbuf_alloc_space(psb_cmdbuf_p cmdbuf, uint32_t byte_size);
1239 void *psb_cmdbuf_alloc_space(psb_cmdbuf_p cmdbuf, uint32_t byte_size) in psb_cmdbuf_alloc_space() argument1242 ASSERT(!(byte_size % 4)); in psb_cmdbuf_alloc_space()1244 cmdbuf->cmd_idx += (byte_size / 4); in psb_cmdbuf_alloc_space()
441 int psb_cmdbuf_dump(unsigned int *buffer, int byte_size) in psb_cmdbuf_dump() argument457 while( idx < byte_size / 4 ) in psb_cmdbuf_dump()