Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c217 if (!ctx->clear_rs_state[rs_idx]) { in fd_blitter_clear()
227 ctx->clear_rs_state[rs_idx] = pctx->create_rasterizer_state(pctx, &tmpl); in fd_blitter_clear()
229 pctx->bind_rasterizer_state(pctx, ctx->clear_rs_state[rs_idx]); in fd_blitter_clear()
Dfreedreno_context.c368 for (i = 0; i < ARRAY_SIZE(ctx->clear_rs_state); i++) in fd_context_destroy()
369 if (ctx->clear_rs_state[i]) in fd_context_destroy()
370 pctx->delete_rasterizer_state(pctx, ctx->clear_rs_state[i]); in fd_context_destroy()
Dfreedreno_context.h220 void *clear_rs_state[2] dt; member