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

/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c507 struct pipe_framebuffer_state unwrapped_state; local
523 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
525 unwrapped_state.cbufs[i] = galahad_surface_unwrap(_state->cbufs[i]);
527 unwrapped_state.cbufs[i] = NULL;
528 unwrapped_state.zsbuf = galahad_surface_unwrap(_state->zsbuf);
529 state = &unwrapped_state;
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c458 struct pipe_framebuffer_state unwrapped_state; local
464 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
466 unwrapped_state.cbufs[i] = identity_surface_unwrap(_state->cbufs[i]);
468 unwrapped_state.cbufs[i] = NULL;
469 unwrapped_state.zsbuf = identity_surface_unwrap(_state->zsbuf);
470 state = &unwrapped_state;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c789 struct pipe_framebuffer_state unwrapped_state; local
794 memcpy(&unwrapped_state, state, sizeof(unwrapped_state));
796 unwrapped_state.cbufs[i] = trace_surface_unwrap(tr_ctx, state->cbufs[i]);
798 unwrapped_state.cbufs[i] = NULL;
799 unwrapped_state.zsbuf = trace_surface_unwrap(tr_ctx, state->zsbuf);
800 state = &unwrapped_state;
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c649 struct pipe_framebuffer_state unwrapped_state; local
662 memcpy(&unwrapped_state, _state, sizeof(unwrapped_state));
666 unwrapped_state.cbufs[i] = rbug_surface_unwrap(_state->cbufs[i]);
670 unwrapped_state.zsbuf = rbug_surface_unwrap(_state->zsbuf);
673 state = &unwrapped_state;

Completed in 149 milliseconds