Home
last modified time | relevance | path

Searched refs:dsa_write_depthstencil (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c61 struct pipe_depth_stencil_alpha_state dsa_write_depthstencil; member
116 ctx->dsa_write_depthstencil.depth = ctx->dsa_write_depth.depth; in util_create_blit()
117 ctx->dsa_write_depthstencil.stencil[0] = ctx->dsa_write_stencil.stencil[0]; in util_create_blit()
698 cso_set_depth_stencil_alpha(ctx->cso, &ctx->dsa_write_depthstencil); in util_blit_pixels()