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

  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 89 void *saved_dsa_state; /**< depth stencil alpha state */ member in struct:blitter_context
353 blitter->saved_dsa_state = state;
u_blitter.c 146 ctx->base.saved_dsa_state = INVALID_PTR;
421 assert(ctx->base.saved_dsa_state != INVALID_PTR);
434 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state);
435 ctx->base.saved_dsa_state = INVALID_PTR;
    [all...]

Completed in 75 milliseconds