Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.h59 struct pipe_framebuffer_state unwrapped_state; member
H A Dtr_context.c99 struct pipe_framebuffer_state *state = &tr_ctx->unwrapped_state; in dump_fb_state()
958 memcpy(&tr_ctx->unwrapped_state, state, sizeof(tr_ctx->unwrapped_state)); in trace_context_set_framebuffer_state()
960 tr_ctx->unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]); in trace_context_set_framebuffer_state()
962 tr_ctx->unwrapped_state.cbufs[i] = NULL; in trace_context_set_framebuffer_state()
963 tr_ctx->unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf); in trace_context_set_framebuffer_state()
964 state = &tr_ctx->unwrapped_state; in trace_context_set_framebuffer_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c662 struct pipe_framebuffer_state unwrapped_state; in rbug_set_framebuffer_state() local
675 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state)); in rbug_set_framebuffer_state()
679 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]); in rbug_set_framebuffer_state()
683 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf); in rbug_set_framebuffer_state()
686 state = &unwrapped_state; in rbug_set_framebuffer_state()

Completed in 7 milliseconds