Searched refs:zink_fb_clears_apply_or_discard (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_clear.h128 zink_fb_clears_apply_or_discard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only);
H A Dzink_blit.c18 zink_fb_clears_apply_or_discard(ctx, info->dst.resource, rect, discard_only);
20 zink_fb_clears_apply_or_discard(ctx, info->dst.resource, zink_rect_from_box(&info->dst.box), discard_only);
H A Dzink_clear.c691 zink_fb_clears_apply_or_discard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only) function in typeref:typename:void
H A Dzink_resource.c1347 zink_fb_clears_apply_or_discard(ctx, pres, zink_rect_from_box(box), false);
H A Dzink_context.c3461 zink_fb_clears_apply_or_discard(ctx, pdst, (struct u_rect){dstx, dstx + src_box->width, dsty, dsty + src_box->height}, false);

Completed in 14 milliseconds