Searched refs:unwrapped_state (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.h59 struct pipe_framebuffer_state unwrapped_state; member in struct:trace_context
H A Dtr_context.c103 trace_dump_arg(framebuffer_state_deep, &tr_ctx->unwrapped_state);
105 trace_dump_arg(framebuffer_state, &tr_ctx->unwrapped_state);
911 memcpy(&tr_ctx->unwrapped_state, state, sizeof(tr_ctx->unwrapped_state));
913 tr_ctx->unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]);
915 tr_ctx->unwrapped_state.cbufs[i] = NULL;
916 tr_ctx->unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf);
917 state = &tr_ctx->unwrapped_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c654 struct pipe_framebuffer_state unwrapped_state; local in function:rbug_set_framebuffer_state
667 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
671 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]);
675 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf);
678 state = &unwrapped_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c770 struct pipe_framebuffer_state unwrapped_state; local in function:trace_context_set_framebuffer_state
775 memcpy(&unwrapped_state, state, sizeof(unwrapped_state));
777 unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]);
779 unwrapped_state.cbufs[i] = NULL;
780 unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf);
781 state = &unwrapped_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c663 struct pipe_framebuffer_state unwrapped_state; local in function:rbug_set_framebuffer_state
676 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
680 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]);
684 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf);
687 state = &unwrapped_state;

Completed in 12 milliseconds