HomeSort by relevance Sort by last modified time
    Searched full:dsa_write_depthstencil (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 61 struct pipe_depth_stencil_alpha_state dsa_write_depthstencil; member in struct:blit_state
116 ctx->dsa_write_depthstencil.depth = ctx->dsa_write_depth.depth;
117 ctx->dsa_write_depthstencil.stencil[0] = ctx->dsa_write_stencil.stencil[0];
698 cso_set_depth_stencil_alpha(ctx->cso, &ctx->dsa_write_depthstencil);

Completed in 172 milliseconds