HomeSort by relevance Sort by last modified time
    Searched refs:unwrapped_state (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 507 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;
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 458 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/
tr_context.c 789 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;
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 649 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;
    [all...]

Completed in 98 milliseconds