Searched refs:trace_surface_unwrap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c71 trace_surface_unwrap(struct trace_context *tr_ctx, function in typeref:struct:pipe_surface *
777 unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]);
780 unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf);
1215 dst = trace_surface_unwrap(tr_ctx, dst);
1247 dst = trace_surface_unwrap(tr_ctx, dst);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c74 trace_surface_unwrap(struct trace_context *tr_ctx, function in typeref:struct:pipe_surface *
913 tr_ctx->unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]);
916 tr_ctx->unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf);
1405 dst = trace_surface_unwrap(tr_ctx, dst);
1437 dst = trace_surface_unwrap(tr_ctx, dst);

Completed in 7 milliseconds