Searched refs:util_dump_box (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dump.h207 util_dump_box(FILE *stream, const struct pipe_box *box);
H A Du_dump_state.c819 util_dump_box(stream, &state->box);
986 void util_dump_box(FILE *stream, const struct pipe_box *box) function in typeref:typename:void
1022 util_dump_box(stream, &info->dst.box);
1033 util_dump_box(stream, &info->src.box);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dump.h214 util_dump_box(FILE *stream, const struct pipe_box *box);
H A Du_dump_state.c812 util_dump_box(stream, &state->box);
989 void util_dump_box(FILE *stream, const struct pipe_box *box) function in typeref:typename:void
1025 util_dump_box(stream, &info->dst.box);
1036 util_dump_box(stream, &info->src.box);

Completed in 4 milliseconds