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/
Dtr_context.h59 struct pipe_framebuffer_state unwrapped_state; member
Dtr_context.c103 trace_dump_arg(framebuffer_state_deep, &tr_ctx->unwrapped_state); in dump_fb_state()
105 trace_dump_arg(framebuffer_state, &tr_ctx->unwrapped_state); in dump_fb_state()
911 memcpy(&tr_ctx->unwrapped_state, state, sizeof(tr_ctx->unwrapped_state)); in trace_context_set_framebuffer_state()
913 tr_ctx->unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]); in trace_context_set_framebuffer_state()
915 tr_ctx->unwrapped_state.cbufs[i] = NULL; in trace_context_set_framebuffer_state()
916 tr_ctx->unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf); in trace_context_set_framebuffer_state()
917 state = &tr_ctx->unwrapped_state; in trace_context_set_framebuffer_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c663 struct pipe_framebuffer_state unwrapped_state; in rbug_set_framebuffer_state() local
676 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state)); in rbug_set_framebuffer_state()
680 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]); in rbug_set_framebuffer_state()
684 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf); in rbug_set_framebuffer_state()
687 state = &unwrapped_state; in rbug_set_framebuffer_state()