Home | History | Annotate | Download | only in trace

Lines Matching refs:box

80 void trace_dump_box(const struct pipe_box *box)
85 if (!box) {
92 trace_dump_member(int, box, x);
93 trace_dump_member(int, box, y);
94 trace_dump_member(int, box, z);
95 trace_dump_member(int, box, width);
96 trace_dump_member(int, box, height);
97 trace_dump_member(int, box, depth);
626 trace_dump_member(uint, state, box.x);
627 trace_dump_member(uint, state, box.y);
628 trace_dump_member(uint, state, box.z);
629 trace_dump_member(uint, state, box.width);
630 trace_dump_member(uint, state, box.height);
631 trace_dump_member(uint, state, box.depth);
840 trace_dump_member_begin("box");
841 trace_dump_box(&info->dst.box);
851 trace_dump_member_begin("box");
852 trace_dump_box(&info->src.box);