Searched refs:byte_ofs (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_vp.c | 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); in dump_comm_vp() 50 for (i = 0; i < comm->byte_ofs + slice_size; i += 0x10) { in dump_comm_vp()
|
D | nvc0_video_bsp.c | 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); in dump_comm_bsp()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_vp.c | 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); in dump_comm_vp() 50 for (i = 0; i < comm->byte_ofs + slice_size; i += 0x10) { in dump_comm_vp()
|
D | nv98_video_bsp.c | 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); in dump_comm_bsp()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.h | 126 uint32_t byte_ofs; // 004 member
|