Home | History | Annotate | Download | only in util

Lines Matching defs:is_depth

1526    boolean is_depth = util_format_is_depth_or_stencil(psv->format);
1566 is_depth ? PIPE_BIND_DEPTH_STENCIL :
1589 cso_set_blend(ctx->cso, is_depth ? &ctx->blend_keep_color :
1591 cso_set_depth_stencil_alpha(ctx->cso, is_depth ? &ctx->dsa_write_depth :
1598 set_fragment_shader(ctx, type, is_depth);
1638 is_depth ? PIPE_BIND_DEPTH_STENCIL :
1648 if (is_depth) {